-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 904 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
{
"name": "net-art-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Donald Hanson",
"license": "MIT",
"devDependencies": {
"finalhandler": "^1.0.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sftp": "^0.1.5",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"opn": "^5.1.0",
"serve-static": "^1.12.3",
"vinyl-ftp": "^0.6.1"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp-babel": "^7.0.1",
"gulp-sourcemaps": "^2.6.4",
"npm": "^6.0.1"
}
}