-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.84 KB
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
{
"name": "badmin",
"version": "0.1.0",
"description": "Marionette.js & Backbone.js admin panel dashboard. Demo: http://mmukhin.github.io/badmin",
"keywords": ["badmin", "badmin panel", "marionette.js admin", "marionette admin", "backbone.js admin", "backbone dashboard", "marionette dashboard"],
"author": {
"name": "Michael Mukhin",
"email": "hello@psitsmike.com"
},
"homepage": "https://github.com/mmukhin/badmin",
"repository": {
"type": "git",
"url": "https://github.com/mmukhin/badmin.git"
},
"bugs": {
"url" : "https://github.com/mmukhin/badmin/issues",
"email" : "hello@psitsmike.com"
},
"license" : "MIT",
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify",
"hbsfy"
]
},
"devDependencies": {
"browser-sync": "~1.3.6",
"browserify": "~5.10.1",
"browserify-shim": "~3.7.0",
"coffeeify": "~0.6.0",
"gulp": "^3.8.7",
"gulp-changed": "^0.4.1",
"gulp-concat": "^2.4.1",
"gulp-imagemin": "^0.6.2",
"gulp-notify": "^1.4.2",
"gulp-replace": "~0.5.2",
"gulp-sass": "~1.3.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.0",
"handlebars": "^1.3.0",
"hbsfy": "~2.0.0",
"minimist": "~1.1.0",
"pretty-hrtime": "~0.2.1",
"streamqueue": "",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "~1.0.2"
},
"dependencies": {
"backbone": "~1.1.2",
"backbone.marionette": "~2.3.2",
"jquery": "~2.1.3",
"underscore": "~1.7.0"
}
}