-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "angular-odata-resources",
"version": "1.0.0",
"description": "Allows making fluent OData queries from angular resources",
"main": "build/odataresources.js",
"scripts": {
"test": "grunt testandcover",
"start": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/devnixs/ODataAngularResources"
},
"keywords": [
"OData",
"Angular",
"Resources"
],
"author": "Raphael ATALLAH",
"license": "MIT",
"bugs": {
"url": "https://github.com/devnixs/ODataAngularResources/issues"
},
"homepage": "https://github.com/devnixs/ODataAngularResources",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-jasmine": "^0.1.0",
"grunt-template-jasmine-istanbul": "^0.3.3"
},
"dependencies": {
"es5-shim": "^4.5.8"
}
}