-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 876 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
45
46
{
"name": "fats",
"description": "Front-end automation tools",
"version": "0.1.8",
"author": {
"name": "pangnate",
"email": "[email protected]",
"url": "http://weibo.com/pangnate"
},
"contributors": [
{
"name": "pangnate",
"email": "[email protected]",
"url": "http://weibo.com/pangnate"
},
{
"name": "reafagon",
"email": "[email protected]"
}
],
"keywords": [
"fats",
"front-end automation tools"
],
"bin": {
"fats": "bin/fats"
},
"main": "fats.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"colors": "^0.6.2",
"commander": "^2.3.0",
"fats-command-init": "",
"fats-command-release": "",
"fats-command-server": "",
"fats-kernel": ""
},
"repository": {
"type": "git",
"url": "https://github.com/pangnate/fats.git"
},
"bugs": "https://github.com/pangnate/fats/issues",
"license": "BSD"
}