-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 921 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "angular-restful",
"description": "AngularJS factory for restful.",
"version": "0.0.3",
"homepage": "https://esdrasedu.github.io/angular-restful",
"author": "Esdras Eduardo <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/esdrasedu/angular-restful.git"
},
"keywords": [
"angular",
"restful",
"resource",
"rest",
"api"
],
"maintainers": [
{
"name": "Esdras Eduardo",
"website": "https://esdrasedu.github.com"
}
],
"dependencies": {},
"engines": {
"node": "~0.10"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.4.4",
"grunt-conventional-changelog": "~0.1.0",
"grunt-zip": "~0.9.0",
"grunt": "~0.4.1",
"shelljs": "~0.1.4"
},
"scripts": {
"test": "grunt test --verbose"
}
}