-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"name": "v2websynth",
"version": "1.0.0",
"description": "A synthesizer built using the web audio api",
"main": "src/entry.js",
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"bootstrap-loader": "^2.2.0",
"bootstrap-webpack": "0.0.6",
"css-loader": "^0.28.0",
"d3": "^4.10.0",
"expose-loader": "^0.7.3",
"express": "^4.15.4",
"image-webpack-loader": "^3.3.1",
"node-sass": "^4.5.2",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1"
},
"scripts": {
"build": "webpack -p",
"dev": "webpack-dev-server --progress --colors",
"start": "node server.js"
},
"author": "Tinus Wagner",
"license": "ISC",
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"file-loader": "^0.11.2"
}
}