-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "angular-resource",
"version": "1.2.28",
"description": "AngularJS module for interacting with RESTful server-side data sources",
"main": "angular-resource.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords": [
"angular",
"framework",
"browser",
"rest",
"client-side"
],
"author": {
"name": "Tim Glaser",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/timgl/angular-resource/issues"
},
"homepage": "http://angularjs.org",
"gitHead": "5b3ad241288adb3d28a68c3f45405f82e736532d",
"_id": "[email protected]",
"_shasum": "85302d84dd3e2e68212c270f668f5b29c1a2f78c",
"_from": "angular-resource@>=1.2.28 <1.3.0",
"_npmVersion": "2.0.2",
"_nodeVersion": "0.10.26",
"_npmUser": {
"name": "angularcore",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Tim Glaser",
"email": "[email protected]"
}
],
"dist": {
"shasum": "85302d84dd3e2e68212c270f668f5b29c1a2f78c",
"tarball": "http://registry.npmjs.org/angular-resource/-/angular-resource-1.2.28.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular-resource/-/angular-resource-1.2.28.tgz",
"readme": "ERROR: No README data found!"
}