We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b591e commit a1bae23Copy full SHA for a1bae23
package.json
@@ -20,19 +20,15 @@
20
"bugs": {
21
"url": "https://github.com/mimetnet/node-stream-array/issues"
22
},
23
+ "homepage": "https://github.com/mimetnet/node-stream-array",
24
"keywords": [
25
"array",
26
"readable",
27
"stream",
28
"pipe"
29
],
30
"author": "Matthew I. Metnetsky <matthew@cowarthill.com>",
- "license": [
31
- {
32
- "type": "MIT",
33
- "url": "http://opensource.org/licenses/MIT"
34
- }
35
- ],
+ "license": "MIT",
36
"main": "index.js",
37
"directories": {
38
"test": "test"
@@ -55,7 +51,7 @@
55
51
"android-browser/4.2..latest"
56
52
]
57
53
58
- "engines": [
59
- "node >= 0.8.0"
60
- ]
54
+ "engines": {
+ "node" : ">= 0.8"
+ }
61
}
0 commit comments