-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 1.93 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "marionette-v3-compat",
"description": "A Marionette v3 upgrade tool",
"version": "0.1.1",
"homepage": "https://github.com/marionettejs/backbone.marionette",
"main": "lib/marionette-v3-compat.js",
"keywords": [
"backbone",
"plugin",
"marionette",
"composite",
"architecture",
"single",
"page",
"app",
"client",
"browser"
],
"license": "MIT",
"scripts": {
"build": "gulp build",
"test": "gulp",
"test-browser": "gulp test-browser"
},
"author": {
"name": "Paul Falgout",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/paulfalgout/marionette-v3-compat.git"
},
"peerDependencies": {
"backbone": "1.2.1 - 1.3.3",
"underscore": "1.8 - 1.8.3",
"backbone.marionette": "3.0.0-pre.5 - 3.x"
},
"devDependencies": {
"babel-core": "6.7.0",
"babel-eslint": "6.0.4",
"babel-polyfill": "6.6.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-es2015-rollup": "1.1.1",
"babel-register": "6.4.3",
"backbone": "1.2.1 - 1.3.x",
"backbone.radio": "2.0.0-pre.2",
"chai": "3.4.0",
"chai-jq": "0.0.9",
"eslint": "2.9.0",
"gulp": "^3.9.0",
"gulp-eslint": "2.0.0",
"gulp-file": "0.2.0",
"gulp-filter": "3.0.1",
"gulp-livereload": "3.8.1",
"gulp-mocha": "3.0.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"jquery": "2.1.4",
"jsdom": "8.0.2",
"mocha": "3.0.0",
"opn": "4.0.2",
"rollup": "0.26.1",
"rollup-plugin-babel": "2.3.9",
"rollup-plugin-commonjs": "2.2.1",
"rollup-plugin-json": "2.0.0",
"rollup-plugin-multi-entry": "1.2.0",
"rollup-plugin-node-globals": "1.0.5",
"rollup-plugin-node-resolve": "1.5.0",
"run-sequence": "1.1.5",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"underscore": "1.8 - 1.8.3"
}
}