-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@waitandsee/wasa-cli",
"version": "1.0.0-beta.6",
"description": "wasa-cli to automate wasa-boilerplate install",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/waitandseeagency/wasa-cli.git"
},
"keywords": [
"wasa",
"cli",
"boilerplate",
"front-end",
"template",
"generator",
"starter"
],
"author": "Wait And See Agency",
"license": "MIT",
"bugs": {
"url": "https://github.com/waitandseeagency/wasa-cli/issues"
},
"homepage": "https://github.com/waitandseeagency/wasa-cli#readme",
"dependencies": {
"chalk": "^2.1.0",
"clear": "0.0.1",
"clui": "^0.3.1",
"commander": "^2.11.0",
"cz-conventional-changelog": "^2.0.0",
"download-git-repo": "^1.0.1",
"figlet": "^1.1.2",
"git-user-name": "^1.2.0",
"inquirer": "^1.1.0",
"is-git-url": "^1.0.0",
"shelljs": "^0.7.8",
"simple-git": "^1.40.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"bin": {
"wasa": "./index.js"
},
"directories": {
"lib": "lib"
}
}