forked from jonkemp/slush-backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.21 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
{
"name": "slush-backbone",
"description": "Slush generator for Backbone.js web apps",
"version": "1.0.1",
"homepage": "https://github.com/jonkemp/slush-backbone",
"author": {
"name": "Jonathan Kemp",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jonkemp/slush-backbone.git"
},
"bugs": {
"url": "https://github.com/jonkemp/slush-backbone/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonkemp/slush-backbone/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"gulp": "^3.8.0",
"gulp-conflict": "^0.3.0",
"gulp-if": "^1.2.1",
"gulp-install": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.0",
"inquirer": "^0.8.0",
"through2": "^0.6.1",
"underscore.string": "^3.0.3",
"wiredep": "^2.0.0"
},
"devDependencies": {
"mocha": "*",
"mock-gulp-dest": "^0.1.0",
"should": "*"
},
"keywords": [
"slushgenerator",
"web",
"app",
"front-end",
"mvc",
"backbone",
"gulp"
]
}