-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
66 lines (66 loc) · 1.77 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
61
62
63
64
65
66
{
"name": "vulcanjs-cli",
"version": "3.3.1",
"description": "The official cli scaffolding tool for VulcanJS",
"bin": {
"vulcan": "./dist/index.js"
},
"scripts": {
"watch": "grunt watch",
"build": "grunt",
"test": "./test/semi-automatic.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VulcanJS/vulcanjs-cli.git"
},
"keywords": [
"vulcan",
"generator",
"scaffolding",
"scaffolder",
"scaffold"
],
"author": "Kerem Kazan",
"license": "ISC",
"bugs": {
"url": "https://github.com/VulcanJS/vulcanjs-cli/issues"
},
"homepage": "https://github.com/VulcanJS/vulcanjs-cli#readme",
"dependencies": {
"argparse": "^1.0.9",
"camelcase": "^4.1.0",
"chalk": "^2.0.1",
"dashify": "^0.2.2",
"escodegen-wallaby": "^1.6.11",
"eslint-config-airbnb-base": "^11.2.0",
"esprima": "^4.0.0",
"grunt": "^1.0.1",
"gulp-beautify": "^2.0.1",
"gulp-filter": "^5.0.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"node-print": "^0.0.4",
"pascal-case": "^2.0.1",
"pluralize": "^6.0.0",
"redux": "^3.7.1",
"redux-node-logger": "^0.1.0",
"yeoman-environment": "^2.0.0",
"yeoman-generator": "^1.1.1"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
}
}