-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.25 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": "bernstein",
"version": "1.0.8",
"description": "execute an arbitrary number of arbitrary functions in sequence over the same data in javascript",
"main": "dist/bernstein.cjs.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/designfrontier/bernstein.git"
},
"keywords": [
"functions",
"js",
"node",
"browser",
"middleware"
],
"author": "Daniel Sellers",
"license": "MIT",
"bugs": {
"url": "https://github.com/designfrontier/bernstein/issues"
},
"homepage": "https://github.com/designfrontier/bernstein",
"devDependencies": {
"babel": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.4.0",
"browserify": "^14.1.0",
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-filter": "^5.0.0",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.0.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}