-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 890 Bytes
/
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
{
"name": "backbone.customsync",
"version": "1.2.3",
"description": "A Backbone extension that allows you to write custom methods for individual sync procedures.",
"author": "Garrett Murphey <[email protected]> (http://gmurphey.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gmurphey/Backbone.CustomSync.git"
},
"main": "backbone.customsync.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"backbone": "~1.1.2",
"rsvp": "~3.0.6",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"grunt-simple-mocha": "~0.4.0",
"should": "~3.1.3",
"grunt-mocha": "~0.4.10",
"grunt-heritage": "~0.1.3"
}
}