-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
{
"name": "serval-backbone",
"version": "2.2.1",
"description": "Backbone boilerplate generator with gulp",
"main": "index.js",
"dependencies": {
"archiver": "~0.6.1",
"backbone": "^1.1.2",
"body-parser": "^1.2.0",
"event-stream": "~3.1.0",
"express": "~3.4.8",
"gulp": "*",
"gulp-concat": "~2.1.7",
"gulp-convert": "*",
"gulp-json-editor": "^2.0.2",
"gulp-livereload": "~1.5.0",
"gulp-open": "~0.2.7",
"gulp-partial-to-script": "~1.0.0",
"gulp-tap": "^0.1.1",
"gulp-util": "~2.2.12",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"moment": "^2.6.0",
"normalize-css": "^2.3.1",
"streamqueue": "0.0.7",
"swiftclick": "git://github.com/tmwagency/swiftclick",
"tiny-lr": "0.0.7",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git@github.com:dhoko/serval-backbone.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"backbone",
"boilerplate",
"browserify",
"gulp",
"serval-generator"
],
"author": {
"name": "dhoko"
},
"license": "MIT"
}