-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "@recipher/gulp",
"version": "1.6.6",
"description": "Common gulp tasks",
"main": "node index",
"engines": {
"node": "0.12.x",
"npm": "2.x"
},
"author": "Johnny Hall",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:recipher/gulp.git"
},
"dependencies": {
"@recipher/client": "^1.2.1",
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"btoa": "^1.1.2",
"eslint-plugin-react": "^3.14.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bump": "1.0.0",
"gulp-env": "^0.2.0",
"gulp-eslint": "^1.1.1",
"gulp-git": "1.7.1",
"gulp-inject": "^4.1.0",
"gulp-istanbul": "^0.10.3",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-watch": "^4.3.5",
"lodash": "^3.10.1",
"require-dir": "^0.3.0",
"run-sequence": "1.2.0",
"webpack-stream": "^2.1.1"
}
}