-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "most-wormhole",
"version": "0.1.1",
"description": "A simple helper library for creating time-travelling and self-referential streams with most.js",
"main": "dist/wormhole.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"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"
},
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"prepublish": "node_modules/gulp/bin/gulp.js",
"test": "$(npm bin)/mocha"
},
"bugs": {
"url": "https://github.com/shader/most-split/issues"
},
"homepage": "https://github.com/shader/most-split#readme"
}