-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "fiz",
"version": "1.4.5",
"description": "fiz integrates fis3 and fis3 plugins. Furthermore, it provides more functions to handle some subtle stuff.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fiz": "fiz.js"
},
"repository": {
"type": "git",
"url": "https://github.com/luozt/fiz.git"
},
"keywords": [
"fis",
"fis3",
"fiz",
"jade",
"less",
"coffee",
"coffeescript"
],
"author": "LUOZHITAO",
"license": "MIT",
"dependencies": {
"buffer": "^4.6.0",
"fis-optimizer-htmlmin": "^0.1.2",
"fis-optimizer-png-compressor": "^0.1.5",
"fis-parser-coffee-react": "^1.0.1",
"fis-parser-jade": "0.0.12",
"fis-parser-less": "^0.1.3",
"fis-postpackager-replace": "0.0.3",
"fis3": "^3.3.6",
"fis3-deploy-local-supply": "0.0.1",
"fis3-hook-relative": "^1.0.6",
"fis3-postpackager-loader": "^1.3.19",
"is-buffer": "^1.1.3",
"liftoff": "^2.2.0",
"minimist": "^1.2.0",
"process": "^0.11.3"
},
"bugs": {
"url": "https://github.com/luozt/fiz/issues"
}
}