forked from xwenliang/fis-zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "fis-zoo",
"version": "1.1.2",
"description": "A front-end module solution with modjs based on fis",
"main": "index",
"bin": {
"zoo": "bin/zoo",
"fis-zoo": "bin/zoo"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/xwenliang/fis-zoo.git"
},
"keywords": [
"fis",
"fis-zoo"
],
"author": {
"name": "zooble",
"email": "[email protected]"
},
"license": "BSD",
"dependencies": {
"colors": "0.6.2",
"commander": "1.3.2",
"fis-command-release": "0.9.10",
"fis-command-server": "0.6.12",
"fis-postprocessor-jswrapper": "0.0.8",
"fis-optimizer-uglify-js": "0.1.2",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-png-compressor": "0.0.6",
"fis-spriter-csssprites": "0.2.8",
"fis-parser-utc": "0.0.2",
"fis-parser-less": "0.1.0",
"fis-postprocessor-require-async": "0.0.8",
"fis-lint-jshint": "0.0.4",
"fis-optimizer-html-minifier": "0.0.9",
"fis-deploy-default": "0.0.5",
"fis-preprocessor-components": "1.0.15",
"fis-prepackager-derived": "0.0.3",
"zoo-kernel": "1.1.1",
"zoo-command-install": "1.0.0",
"zoo-postpackager-autoload": "1.1.1",
"zoo-packager-map": "0.0.1",
"zoo-postpackager-simple": "0.0.1"
},
"bugs": {
"url": "https://github.com/xwenliang/fis-zoo/issues"
},
"homepage": "https://github.com/xwenliang/fis-zoo"
}