-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 880 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
{
"name": "overtones",
"version": "1.0.0",
"description": "Visual synthesizer for exploring new tonal colors by stacking overtones",
"repository": "git@github.com:aaronshim/overtones.git",
"author": "Aaron Shim <aaron.k.shim@gmail.com>",
"license": "MIT",
"dependencies": {
"css-loader": "^0.28.4",
"elm": "^0.18.0",
"elm-css": "^0.6.0",
"elm-css-webpack-loader": "^3.1.0",
"elm-hot-loader": "^0.5.4",
"elm-webpack-loader": "^4.3.1",
"html-webpack-plugin": "^2.28.0",
"milligram": "^1.3.0",
"normalize.css": "^7.0.0",
"style-loader": "^0.18.1",
"uglify-loader": "^2.0.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --port 3000",
"purge": "rm -rf node_modules/ elm-stuff/ dist/",
"test": "elm-test tests/Tests.elm"
}
}