-
Notifications
You must be signed in to change notification settings - Fork 3
/
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-hateoas",
"description": "Easy use of HAL in your Backbone application.",
"version": "0.1.0-beta.5",
"license": "MIT",
"homepage": "https://github.com/gomoob/backbone.hateoas",
"author": {
"name": "GoMoob",
"email": "[email protected]",
"url": "http://www.gomoob.com"
},
"keywords": [
"backbone",
"marionette",
"hal",
"hateoas",
"REST",
"gomoob"
],
"main": "dist/backbone.hateoas.min.js",
"scripts": {
"test": "grunt",
"coverage": "grunt coverage",
"coverage-coveralls": "grunt coverage --publish-to-coveralls"
},
"bugs": {
"url": "https://github.com/gomoob/backbone.hateoas/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/gomoob/backbone.hateoas"
},
"dependencies": {
"backbone": "1.0.0 - 1.2.2",
"underscore": "1.4.4 - 1.8.3",
"backbone.paginator": "2.0.0 - 2.0.2"
},
"devDependencies": {
"blanket": "~1.1",
"bower": "~1.4",
"chai": "~3.2",
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-jshint": "~0.11",
"grunt-contrib-uglify": "~0.9",
"grunt-coveralls": "^1.0.0",
"grunt-istanbul": "~0.6",
"grunt-jsdoc": "~0.6",
"grunt-mocha-test": "~0.12",
"grunt-plato": "~1.2",
"grunt-preprocess": "~5.0",
"jquery": "~2.1",
"jsdom": "~4.0",
"load-grunt-tasks": "~3.2",
"mocha": "~2.2",
"node-localstorage": "~0.5",
"sinon": "~1.16",
"sinon-chai": "~2.8",
"time-grunt": "~1.2"
}
}