-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 Bytes
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
{
"name": "package-stream",
"version": "3.1.0",
"description": "An endless stream of clean package data from the npm registry.",
"main": "index.js",
"scripts": {
"test": "node test.js | tap-spec"
},
"repository": "https://github.com/zeke/package-stream",
"keywords": [
"npm",
"registry",
"stream",
"packages",
"events",
"normalize",
"package.json"
],
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeke/package-stream/issues"
},
"homepage": "https://github.com/zeke/package-stream#readme",
"dependencies": {
"changes-stream": "^1.1.0",
"got": "^6.3.0",
"nice-package": "^3.0.1"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"engines": {
"node": ">4"
}
}