forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 KB
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
{
"name": "angular-resource",
"version": "1.3.15",
"description": "AngularJS module for interacting with RESTful server-side data sources",
"main": "index.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": "Angular Core Team",
"email": "angular-core+npm@google.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org",
"gitHead": "4cc3a759e2077f27aafb273a4a4929241aae1fd6",
"_id": "angular-resource@1.3.15",
"_shasum": "70eea3103850ea3dc142009e5ca8c3ef1d116c18",
"_from": "angular-resource@*",
"_npmVersion": "2.0.2",
"_nodeVersion": "0.10.26",
"_npmUser": {
"name": "angularcore",
"email": "angular-core+npm@google.com"
},
"maintainers": [
{
"name": "roylines",
"email": "roy@roylines.co.uk"
},
{
"name": "angularcore",
"email": "angular-core+npm@google.com"
},
{
"name": "petebd",
"email": "pete@bacondarwin.com"
}
],
"dist": {
"shasum": "70eea3103850ea3dc142009e5ca8c3ef1d116c18",
"tarball": "http://registry.npmjs.org/angular-resource/-/angular-resource-1.3.15.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular-resource/-/angular-resource-1.3.15.tgz",
"readme": "ERROR: No README data found!"
}