-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 962 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
{
"name": "web-piano",
"description": "web piano",
"version": "0.0.0",
"author": {
"name": "Michael New",
"email": "[email protected]"
},
"license": "MIT",
"repository": "michaelnew/web-piano",
"private": true,
"devDependencies": {
"browser-sync": "^2.24.4",
"core-js": "^2.5.7",
"del": "^2.2.2",
"eslint": "^3.16.1",
"eslint-plugin-json": "^1.2.0",
"gulp": "github:gulpjs/gulp",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-htmlhint": "^0.3.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.1",
"htmlhint-stylish": "^1.0.3",
"merge-stream": "^1.0.1",
"syncy": "^2.2.2",
"systemjs": "^0.20.19"
},
"scripts": {
"clean": "gulp clean",
"prebuild": "gulp prebuild",
"build": "gulp build",
"lint": "gulp lint",
"deploy": "gulp && gulp deploy",
"webserver": "gulp && gulp webserver"
},
"dependencies": {
"jquery": "^3.3.1"
}
}