-
Notifications
You must be signed in to change notification settings - Fork 654
/
package.json
44 lines (44 loc) · 1.14 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.10.7",
"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": {
"uninstall": "node -e \"var cp = require('child_process'); cp.exec('bin/fis server stop');\"",
"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-command-install": "0.2.15",
"fis-command-release": "0.13.0",
"fis-command-server": "0.7.9",
"fis-deploy-default": "0.1.4",
"fis-kernel": "2.0.19",
"fis-preprocessor-components": "1.0.19",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-png-compressor": "0.2.2",
"fis-optimizer-uglify-js": "0.2.2",
"fis-packager-map": "0.0.9",
"fis-postprocessor-jswrapper": "0.0.12",
"fis-spriter-csssprites": "0.4.1",
"fis-prepackager-derived": "0.0.3"
}
}