-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
53
54
55
56
57
58
59
60
{
"name": "slush-html5-template",
"description": "Slush generator for creating html5 template engine (RequireJS/CoffeeScript/Compass/jQuery/Mocha)",
"version": "0.3.0",
"homepage": "https://github.com/appleboy/slush-html5-template",
"author": {
"name": "Bo-Yi Wu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/appleboy/slush-html5-template.git"
},
"bugs": {
"url": "https://github.com/appleboy/slush-html5-template/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/appleboy/slush-html5-template/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.0",
"npm": ">=1.4.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"gulp": "^3.8.8",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.1",
"inquirer": "^1.0.0",
"underscore.string": "^3.3.4"
},
"keywords": [
"slushgenerator",
"html5",
"front-end",
"web",
"app"
],
"devDependencies": {
"gulp": "^3.8.10",
"gulp-conflict": "^0.2.0",
"gulp-install": "^0.2.0",
"gulp-template": "^1.1.1",
"gulp-util": "^3.0.1",
"inquirer": "^0.8.0",
"mocha": "^3.0.1",
"mock-gulp-dest": "^0.1.1",
"should": "^11.0.0",
"underscore.string": "^2.4.0"
}
}