forked from fex-team/fis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (38 loc) · 1.05 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
{
"name" : "fis",
"description" : "front-end integrated solution.",
"version" : "1.6.1",
"author" : "FIS Team <[email protected]>",
"homepage" : "http://fis.baidu.com/",
"keywords": [ "fis" ],
"license": "MIT",
"bin" : {
"fis" : "bin/fis"
},
"engines" : {
"node" : ">= 0.8.0"
},
"main" : "fis.js",
"scripts" : {
"test" : "mocha test/ut --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/fis-dev/fis.git"
},
"preferGlobal" : true,
"dependencies" : {
"colors" : "0.6.2",
"commander" : "1.3.2",
"fis-kernel" : "1.9.3",
"fis-command-install" : "0.0.7",
"fis-command-release" : "0.9.4",
"fis-command-server" : "0.6.7",
"fis-postprocessor-jswrapper" : "0.0.8",
"fis-optimizer-uglify-js" : "0.1.1",
"fis-optimizer-clean-css" : "0.0.9",
"fis-optimizer-png-compressor" : "0.0.3",
"fis-spriter-csssprites" : "0.1.7",
"fis-packager-map" : "0.0.9"
}
}