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
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "angular-messages",
"version": "1.3.15",
"description": "AngularJS module that provides enhanced support for displaying messages within templates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular.js.git"
},
"keywords": [
"angular",
"framework",
"browser",
"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": "c953f619297e2fcd4588965ac5a24e47614d7a3d",
"_id": "angular-messages@1.3.15",
"_shasum": "aeca1600f276efb5e8a2c6608be5e549744345cf",
"_from": "angular-messages@*",
"_npmVersion": "2.0.2",
"_nodeVersion": "0.10.26",
"_npmUser": {
"name": "angularcore",
"email": "angular-core+npm@google.com"
},
"maintainers": [
{
"name": "angularcore",
"email": "angular-core+npm@google.com"
},
{
"name": "petebd",
"email": "pete@bacondarwin.com"
}
],
"dist": {
"shasum": "aeca1600f276efb5e8a2c6608be5e549744345cf",
"tarball": "http://registry.npmjs.org/angular-messages/-/angular-messages-1.3.15.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular-messages/-/angular-messages-1.3.15.tgz",
"readme": "ERROR: No README data found!"
}