-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.65 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
{
"name": "jspm-marionette",
"version": "0.1.3",
"description": "A minimal seed repo for marionette projects",
"main": "src/main.js",
"scripts": {
"postinstall": "jspm install",
"build": "jspm bundle-sfx src/main dist/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "open http://localhost:3000/",
"poststart": "serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/davis/jspm-marionette.git"
},
"keywords": [
"es6",
"jspm",
"marionette"
],
"author": "davis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davis/jspm-marionette/issues"
},
"homepage": "https://github.com/davis/jspm-marionette#readme",
"devDependencies": {
"jspm": "^0.16.12",
"serve": "^1.4.0"
},
"jspm": {
"dependencies": {
"babel-core": "npm:babel-core@^5.7.1",
"backbone": "npm:backbone@^1.2.1",
"backbone.babysitter": "github:marionettejs/backbone.babysitter@^0.1.8",
"backbone.radio": "npm:backbone.radio@^1.0.0",
"backbone.wreqr": "github:marionettejs/backbone.wreqr@^1.3.3",
"clean-css": "npm:clean-css@^3.4.5",
"css": "github:systemjs/plugin-css@^0.1.13",
"handlebars": "github:components/handlebars.js@^4.0.5",
"hbs": "github:davis/plugin-hbs@^1.2.1",
"jquery": "github:components/jquery@^2.1.4",
"marionette": "github:marionettejs/backbone.marionette@^2.4.2",
"underscore": "npm:underscore@^1.8.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}