-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
58 lines (58 loc) · 1.37 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
{
"name": "labrador-cli",
"version": "0.6.11",
"description": "拉布拉多命令工具,微信小程序组件化开发框架",
"keywords": [
"labrador",
"wxa",
"wxapp",
"weixin",
"wechat"
],
"main": "index.js",
"bin": {
"labrador": "bin/labrador"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maichong/labrador-cli.git"
},
"author": {
"email": "[email protected]",
"name": "liang",
"url": "https://github.com/liangxingchen"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maichong/labrador-cli/issues"
},
"homepage": "https://github.com/maichong/labrador-cli#readme",
"dependencies": {
"chokidar": "^1.6.0",
"clean-css": "^3.4.20",
"co": "^4.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"download-github-repo": "^0.1.3",
"es6-promisify": "^5.0.0",
"json5": "^0.5.0",
"less": "^2.7.1",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"radix64": "^1.1.0",
"shelljs": "^0.7.4",
"slash": "^1.0.0",
"uglify-js": "^2.7.3",
"update-notifier": "^1.0.2",
"xmldom": "^0.1.22"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1"
}
}