-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.47 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
51
52
53
54
{
"name": "locomotive",
"version": "0.1.0",
"description": "Batch Processing WordPress plugin from Reaktiv Studios",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reaktivstudios/locomotive.git"
},
"author": "Reaktiv Studios, Zach Wills",
"license": "ISC",
"bugs": {
"url": "https://github.com/reaktivstudios/locomotive/issues"
},
"homepage": "https://github.com/reaktivstudios/locomotive#readme",
"dependencies": {
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"gulp": "^3.9.0",
"gulp-duration": "0.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-onclickoutside": "^4.5.0",
"run-sequence": "^1.2.1",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-plugin-react": "^6.8.0",
"eslintify": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-phpcs": "^1.1.1",
"gulp-shell": "^0.5.2",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.3.1",
"minifyify": "^7.1.0",
"phplint": "^1.7.1"
}
}