-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.04 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
45
46
47
48
49
50
{
"name": "sw-stream",
"version": "2.0.2",
"description": "service worker stream",
"main": "lib/sw-stream.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"author": "kumavis",
"license": "ISC",
"devDependencies": {
"beefy": "^2.1.8",
"browserify": "^13.3.0",
"tape": "^4.6.3",
"uglifyify": "^3.0.4",
"watchify": "^3.7.0"
},
"dependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"end-of-stream": "^1.1.0",
"pump": "^1.0.2",
"readable-stream": "^2.2.2",
"through2": "^2.0.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumavis/sw-stream.git"
},
"bugs": {
"url": "https://github.com/kumavis/sw-stream/issues"
},
"homepage": "https://github.com/kumavis/sw-stream#readme"
}