forked from epinault/wobserver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "wobserver",
"version": "0.1.0",
"description": "Wobserver web build tools.",
"repository": {
"type": "git",
"url": "https://github.com/shinyscorpion/wobserver"
},
"main": "gulpfile.js",
"engines": {
"node": ">=0.12.0 ~5.9.0",
"npm": ">=2.14.12 ~3.7.3"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "6.5.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"gulp-watch": "^4.3.11",
"require-dir": "^0.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "gulp",
"gulp": "gulp",
"development": "gulp",
"production": "gulp build"
},
"author": "Ian Luites",
"license": "MIT"
}