forked from Soundnode/soundnode-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1014 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
{
"name": "Grunt-builder",
"version": "0.6.5",
"main": "app/index.html",
"description": "Soundnode App is the Soundcloud for desktop",
"scripts": {
"build": "webpack -d -p",
"watch": "webpack -d --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GNU",
"devDependencies": {
"babel-core": "^6.0.14",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^1.8.0",
"eslint-plugin-react": "^3.7.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-nw-builder": "^2.0.3",
"grunt-sass": "^1.2.0",
"grunt-shell": "^1.3.0",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.2.2",
"webpack": "^1.12.2"
},
"dependencies": {
"react": "^0.14.2",
"react-dom": "^0.14.2",
"universal-analytics": "^0.3.11"
}
}