-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "ybruin",
"version": "0.1.13",
"description": "Modular front-end integrated solution",
"main": "index.js",
"preferGlobal": true,
"bin": {
"ybruin": "bin/ybruin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ybruin/ybruin.git"
},
"keywords": [
"ybruin",
"fis3",
"yyweb"
],
"author": "Ybruin Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ybruin/ybruin.git/issues"
},
"homepage": "https://github.com/Ybruin/ybruin#readme",
"dependencies": {
"commander": "^2.9.0",
"fis-optimizer-clean-css": "^0.0.12",
"fis-optimizer-png-compressor": "^0.1.2",
"fis-optimizer-uglify-js": "^0.2.1",
"fis-spriter-csssprites-group": "^0.3.16",
"fis3": "^3.3.29",
"fis3-hook-commonjs": "^0.1.25",
"fis3-hook-relative": "^1.0.5",
"fis-parser-node-sass": "^0.2.1",
"fis-parser-react": "^0.13.3",
"liftoff": "^2.1.0",
"minimist": "^1.2.0",
"ybruin-postpackager-loader": "^0.1.0",
"ybruin-command-release": "^0.1.0",
"ybruin-command-install": "^0.1.1",
"ybruin-command-init": "^0.1.2",
"ybruin-command-component": "^0.1.0",
"ybruin-command-create": "^0.1.0"
}
}