-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·38 lines (38 loc) · 993 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
{
"name": "Tone.js-starter",
"version": "1.0.1",
"description": "A Tone.js starter for making music with WebAudio",
"main": "gulpfile.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.2",
"gulp-prettyerror": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redacademy/tonejs-starter"
},
"keywords": [
"web-audio",
"css"
],
"author": "Jim Bennett",
"license": "ISC",
"bugs": {
"url": "https://github.com/redacademy/tonejs-starter/issues"
},
"homepage": "https://github.com/redacademy/tonejs-starter#readme"
}