-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 943 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 943 Bytes
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
{
"name": "merge-streams-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-coffee": "^2.3.2",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^3.0.2",
"gulp-eslint": "^3.0.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-uglify": "^1.5.4",
"jshint": "^2.9.2",
"main-bower-files": "^2.13.1",
"merge2": "^1.0.2",
"stream-combiner2": "^1.1.1",
"streamqueue": "^1.1.1"
}
}