-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "backbone-gelato",
"description": "Base modules for building modern applications with Backbone.",
"author": {
"name": "Joshua McFarland",
"email": "[email protected]",
"url": "http://www.jernung.com"
},
"version": "0.6.2",
"license": "MIT",
"main": "./dist/backbone-gelato.js",
"repository": {
"type": "git",
"url": "https://www.github.com/mcfarljw/backbone-gelato.git"
},
"scripts": {
"build": "node ./scripts/build.js",
"start": "node ./scripts/start.js",
"test": "node ./scripts/test.js"
},
"devDependencies": {
"babel-preset-latest": "~6.16.0",
"backbone": "~1.3.0",
"chai": "~3.5.0",
"gulp": "~3.9.0",
"gulp-babel": "~6.1.0",
"gulp-cli": "~1.2.0",
"gulp-concat": "~2.6.0",
"gulp-insert": "~0.5.0",
"gulp-replace": "~0.5.0",
"gulp-sass": "~3.0.0",
"gulp-umd": "~0.2.0",
"gulp-watch": "~4.3.0",
"jquery": "~3.1.0",
"lodash": "~4.17.0",
"mocha": "~3.2.0",
"mocha-phantomjs": "~4.1.0",
"shelljs": "~0.7.0",
"sinon": "~1.17.0"
}
}