-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "most-split",
"version": "0.1.0",
"description": "A function to split most.js streams of collections into a collection of streams",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shader/most-split.git"
},
"dependencies": {
"most": "*"
},
"devDependencies": {
"babel-preset-es2015": "latest",
"chai": "^3.2.0",
"del": "*",
"gulp": "*",
"gulp-babel": "*",
"gulp-load-plugins": "*",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "*",
"gulp-standard": "^5.1.0",
"gulp-uglify": "*",
"mocha": "^2.2.5",
"mocha-babel": "^3.0.0"
},
"scripts": {
"prepublish": "node_modules/gulp/bin/gulp.js",
"test": "$(npm bin)/mocha"
},
"standard": {
"parser": "babel-eslint"
},
"bugs": {
"url": "https://github.com/shader/most-split/issues"
},
"homepage": "https://github.com/shader/most-split#readme",
"main": "dist/split.js",
"maintainers": [
{
"name": "shader",
"email": "emailium@gmail.com"
}
]
}