-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (40 loc) · 850 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
40
41
42
43
44
45
{
"name": "w.eloquent",
"localUrl": "http://localhost/wordpress",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
},
"dependencies": {
"gulp": "~3.8.8"
},
"devDependencies": {
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.4.1",
"gulp-uglify": "~1.0.1",
"gulp-jshint": "~1.8.4",
"gulp-minify-css": "^0.3.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-strip-debug": "^1.0.1",
"browser-sync": "~2.2.2",
"browserify-shim": "^3.8.9",
"gulp-notify": "^2.2.0",
"browserify": "latest",
"watchify": "latest",
"vinyl-source-stream": "latest",
"vinyl-buffer": "latest",
"yargs": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause"
}