-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 903 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
{
"name": "son",
"version": "0.0.7",
"author": "Luca Falasco <falasco.luca@gmail.com>",
"description": "music visualizer",
"repository": {
"type": "git",
"url": "https://github.com/lucafalasco/son.git"
},
"scripts": {
"start": "webpack-dev-server",
"build": "([ -d dist ] && rm -R dist/); mkdir -p dist && cp -R src/static/* dist/ && NODE_ENV=production webpack"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^1.3.2",
"path": "^0.12.7",
"strip-loader": "^0.1.0",
"webpack-dev-server": "^3.1.11",
"webpack": "^1.13.1"
}
}