-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.06 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
{
"author": "Nicolas Chambrier <[email protected]> (http://naholyr.fr)",
"name": "npm-metadata-mirror",
"description": "Monitor NPM changes and keep an up-to-date mirror of modules metadata (not the whole data, i.e. including attachments info, but not attachments body)",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "http://github.com/naholyr/node-npm-metadata-mirror"
},
"bugs": {
"url": "http://github.com/naholyr/node-npm-metadata-mirror/issues"
},
"keywords": [
"npm",
"mirror",
"metadata"
],
"main": "index",
"engines": {
"node": "~0.6.5"
},
"dependencies": {
"log4js": "0.4.1",
"optimist": "~0.3.1",
"async": "~0.1.15"
},
"devDependencies": {
"mocha": "~0.10.0",
"should": "~0.5.0"
},
"bin": {
"npm-metadata-mirror": "./bin/npm-metadata-mirror",
"npm-monitor": "./bin/npm-monitor"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/naholyr/node-npm-metadata-mirror/blob/master/MIT-LICENSE"
}
],
"scripts": {
"test": "make test"
}
}