-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "backbone-hypermedia",
"description": "Backbone plugin providing support for following hypermedia controls from Backbone models and collections.",
"url": "https://github.com/linn/backbone.hypermedia",
"keywords": [
"backbone",
"hypermedia",
"REST"
],
"author": {
"name": "Jim Liddell",
"url": "https://github.com/liddellj"
},
"contributors": [
{
"name": "Henry Wilson",
"url": "https://github.com/wilhen01"
},
{
"name": "Sandy Cormie",
"url": "https://github.com/mr-sandy"
},
{
"name": "Richard Phillips",
"url": "https://github.com/richardiphillips"
},
{
"name": "Barry Williams",
"url": "https://github.com/bazwilliams"
}
],
"scripts": {
"test": "grunt test"
},
"dependencies": {
"backbone": ">=1.1.0",
"underscore": ">=1.3.1",
"jquery": ">=1.7.1"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-jasmine": "~0.5.3",
"grunt-template-jasmine-requirejs": "~0.1.10",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-nuget": "~0.1.2",
"grunt-shell": "^0.6.4",
"grunt-release": "^0.7.0",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0"
},
"main": "src/backbone-hypermedia-amd.js",
"version": "0.4.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/linn/backbone.hypermedia"
}
}