-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·44 lines (44 loc) · 1.1 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": "olo",
"version": "3.1.4",
"description": "基于fis3、webpack2的前端工程流",
"main": "index.js",
"bin": {
"olo": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woshi82/olo.git"
},
"keywords": [
"fis3",
"generator"
],
"author": "zengyanling",
"license": "ISC",
"bugs": {
"url": "https://github.com/woshi82/olo/issues"
},
"homepage": "https://github.com/woshi82/olo#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "2.9.0",
"fis-parser-biketo-handlebars": "^1.2.2",
"fis-parser-node-sass": "^0.2.1",
"fis-preprocessor-browserify": "^0.2.1",
"fis3": "^3.4.22",
"fis3-hook-relative": "git+https://github.com/woshi82/fis3-hook-relative.git",
"fis3-preprocessor-autoprefixer": "^0.1.1",
"hasbin": "^1.2.3",
"lodash": "^4.15.0",
"node-dev": "^3.1.3",
"open": "0.0.5",
"rimraf": "^2.5.4",
"yeoman-environment": "^1.6.6",
"yeoman-generator": "^0.24.1",
"yeoman-remote": "^1.0.1"
}
}