-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "bb-plugin-add",
"bin": {
"bb-plugin-add": "./bin/index.js"
},
"version": "0.3.1",
"description": "a self-defining module generator plugin for bb-mt",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "jest ./test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xgfe/bb-plugin-add.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xgfe/bb-plugin-add/issues"
},
"homepage": "https://github.com/xgfe/bb-plugin-add#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^23.6.0"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chalk": "^2.4.1",
"comment-regex": "^1.0.1",
"fs-extra": "^6.0.1",
"fs-readfile-promise": "^3.0.1",
"fullname": "^3.3.0",
"glob": "^7.1.2",
"inquirer": "^6.0.0",
"object-hash": "^1.3.0",
"shelljs": "^0.8.2",
"simple-git": "^1.96.0"
}
}