-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.52 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "Soundcloud-Enhancement-Suite",
"version": "1.0.0",
"description": "Add new features to Soundcloud",
"scripts": {
"build": "webpack --config config/webpack-build.config.js --progress --profile --colors --watch --display-error-details",
"dev": "webpack --config config/webpack-dev.config.js --progress --profile --colors --watch --display-error-details",
"start": "webpack --config config/webpack-dev.config.js --progress --profile --colors --watch --display-error-details",
"test": "karma start config/karma.config.js --single-run"
},
"git-pre-hooks": {
"pre-push": ""
},
"author": "Harry Hedger",
"license": "ISC",
"dependencies": {
"babel": "^5.6.23",
"superagent": "^1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^5.7.4",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.7.0",
"chai": "^2.1.2",
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.5.0",
"file-loader": "^0.8.1",
"git-pre-hooks": "^1.1.1",
"jsx-loader": "^0.12.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-sinon-chai": "^0.3.0",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.1",
"react-hot-loader": "^1.2.3",
"react-tools": "^0.13.1",
"redux": "^1.0.0-rc",
"redux-devtools": "^0.1.2",
"sass-loader": "^1.0.0",
"style-loader": "^0.9.0",
"webpack": "^1.7.3"
}
}