-
Notifications
You must be signed in to change notification settings - Fork 330
/
package.json
43 lines (43 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
{
"name": "backbone-relational",
"main": "backbone-relational.js",
"description": "Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models",
"homepage": "http://backbonerelational.org",
"keywords": [
"backbone",
"relation",
"nested",
"model"
],
"repository": {
"type": "git",
"url": "https://github.com/PaulUithol/Backbone-relational.git"
},
"scripts": {
"test": "karma start --single-run --browsers PhantomJS"
},
"author": "Paul Uithol <https://github.com/PaulUithol>",
"contributors": "Listed at <https://github.com/PaulUithol/Backbone-relational/contributors>",
"peerDependencies": {
"backbone": "^1.2.3"
},
"license": "MIT",
"version": "0.10.0",
"devDependencies": {
"aliasify": "^2.1.0",
"backbone": "^1.3.3",
"browserify": "^13.0.0",
"jquery": "^2.2.1",
"karma": "^0.13.22",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^0.1.9",
"lodash": "^4.17.11",
"phantomjs-prebuilt": "^2.1.5",
"qunitjs": "^1.22.0",
"semver": "^5.1.0",
"underscore": ">=1.7.0",
"watchify": "^3.7.0"
}
}