-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 2.11 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
61
62
63
64
65
66
{
"name": "hn_boilerplate",
"version": "0.0.1",
"description": "Boilerplate Henson.js application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HensonJS/hn_boilerplate.git"
},
"author": "Alexander Schwartzberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/HensonJS/hn_boilerplate/issues"
},
"dependencies": {
"backbone": "~1.2",
"backbone-metal": "^0.6.2",
"backbone-relational": "~0.10",
"backbone-routing": "^0.2.0",
"backbone-validation": "~0.11",
"backbone.marionette": "~2.4",
"backbone.paginator": "~2.0",
"backbone.radio": "~1.0",
"backbone.syphon": "~0.6",
"bluebird": "~3.0",
"bootstrap": "4.0.0-alpha.2",
"bourbon": "~4.2",
"browserify": "~10.2.4",
"coffee-script": "~1.9.3",
"coffeeify": "~1.1.0",
"font-awesome": "~4.7",
"gulp": "^3.9.0",
"gulp-browserify": "~0.5.1",
"gulp-coffeelint": "~0.5.0",
"gulp-concat": "~2.5.2",
"gulp-jade": "~1.0.1",
"gulp-livereload": "~3.8.0",
"gulp-minify-css": "~1.1.6",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.0.1",
"gulp-scss-lint": "~0.2.0",
"gulp-uglify": "~1.2.0",
"gulp-webserver": "^0.9.1",
"gulp_tasks": "git+https://github.com/aeksco/gulp_tasks.git",
"hn_behaviors": "git+https://github.com/HensonJS/hn_behaviors.git",
"hn_breadcrumb": "git+https://github.com/HensonJS/hn_breadcrumb.git",
"hn_entities": "git+https://github.com/HensonJS/hn_entities.git",
"hn_flash": "git+https://github.com/HensonJS/hn_flash.git",
"hn_overlay": "git+https://github.com/HensonJS/hn_overlay.git",
"hn_routing": "git+https://github.com/HensonJS/hn_routing.git",
"hn_views": "git+https://github.com/HensonJS/hn_views.git",
"jade": "~1.11.0",
"jadeify": "~4.3.0",
"jquery": "~2.1",
"marionette-service": "~0.0",
"moment": "~2.10",
"qs": "~6.0",
"tether": "~1.1",
"underscore": "~1.8"
},
"homepage": "https://github.com/HensonJS/hn_boilerplate#readme"
}