-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
29 lines (29 loc) · 853 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
{
"name": "angular-hateoas",
"description": "An AngularJS module for using $resource with a HATEOAS-enabled REST API.",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "https://github.com/jmarquis/angular-hateoas.git"
},
"main": "src/angular-hateoas.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-karma": "^0.10.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.2",
"karma-coffee-preprocessor": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "^0.2.1",
"requirejs": "^2.1.11"
},
"dependencies": {},
"license": {
"type": "MIT",
"url": "https://github.com/jmarquis/angular-hateoas/blog/master/LICENSE"
}
}