-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 994 Bytes
/
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
{
"name": "streammagic",
"version": "1.0.0",
"description": "Convert anything to a stream",
"main": "dist/index.js",
"scripts": {
"start": "node node_modules/.bin/gulp",
"pretest": "node node_modules/.bin/gulp compile-sourcemaps --silent",
"test": "node_modules/.bin/tap dist/test.js --coverage",
"prepublish": "node node_modules/.bin/gulp compile",
"preversion": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/primetime/node-streammagic.git"
},
"bugs": {
"url": "https://github.com/primetime/node-streammagic/issues"
},
"author": "Wouter Buckens <[email protected]>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.4",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.5.0",
"simple-lipsum": "^0.1.5",
"tap": "^10.3.0"
},
"keywords": [
"stream",
"streams",
"tostream",
"convert",
"string",
"array",
"object"
]
}