forked from dar5hak/generator-awesome-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "generator-awesome-list",
"version": "1.4.2",
"description": "Yeoman generator for GitHub awesome lists 😎",
"files": [
"app"
],
"scripts": {
"test": "xo && lab --timeout 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dar5hak/generator-awesome-list.git"
},
"preferGlobal": true,
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"yeoman-generator",
"github",
"awesome",
"curated",
"list"
],
"author": "Darshak Parikh",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dar5hak/generator-awesome-list/issues"
},
"homepage": "https://github.com/dar5hak/generator-awesome-list#readme",
"dependencies": {
"git-config": "0.0.7",
"title-case": "^2.1.0",
"yeoman-generator": "^2.0.0"
},
"devDependencies": {
"awesome-lint": "^0.2.0",
"lab": "^15.1.2",
"xo": "^0.20.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.0.0"
}
}