-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.92 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
{
"name": "astrokey_web",
"version": "0.0.1",
"description": "Web application for AstroKey keyboard",
"repository": {
"type": "git",
"url": "git+https://github.com/AstroKey/astrokey_web.git"
},
"license": "MIT",
"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-beta",
"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_modal": "git+https://github.com/HensonJS/hn_modal.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",
"popper.js": "^1.12.5",
"qs": "~6.0",
"sortablejs": "^1.6.1",
"tether": "~1.1",
"underscore": "~1.8"
}
}