-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "backbone-jsonify",
"description": "Backbone helper that alters \"toJson\" function to extend functionalities.",
"version": "1.0.0",
"author": "Nacho Codoñer <[email protected]>",
"repository": [
{
"type": "git",
"url": "https://github.com/Gywem/backbone-jsonify.git"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Gywem/backbone-jsonify/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"backbone": "^1.2.1",
"qunitjs": "^1.18.0",
"underscore": "^1.8.3",
"supermodel": "git://github.com/pathable/supermodel.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-uglify": "~0.1.2",
"grunt-preprocess": "4.0.0",
"grunt-template": "^0.2.3",
"unwrap": "0.1.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.8"
},
"keywords": [],
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}