forked from shinyscorpion/wobserver
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1011 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
{
"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": ">=18.15.0",
"npm": ">=9.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"node-sass": "^8.0.0",
"require-dir": "^1.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"start": "gulp",
"gulp": "gulp",
"development": "gulp",
"production": "gulp build"
},
"author": "Ian Luites",
"license": "MIT"
}