-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 954 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
33
34
35
36
37
38
39
{
"name": "backbone-getset",
"version": "0.1.2",
"description": "Getters & setters for your Backbone models",
"main": "lib/backbone-getset.min.js",
"homepage": "https://github.com/numbers1311407/backbone-getset",
"repository": {
"type": "git",
"url": "https://github.com/numbers1311407/backbone-getset.git"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"backbone",
"getters",
"setters",
"accessors",
"mutators"
],
"author": "Travis Cox <numbers1311407@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/numbers1311407/backbone-getset/issues"
},
"dependencies": {
"backbone": "~1.0.0",
"underscore": "~1.5.2"
},
"devDependencies": {
"grunt-preprocess": "~3.0.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt": "~0.4.1",
"mocha": "~1.13.0",
"should": "~1.3.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-concat": "~0.3.0"
}
}