-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1023 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
38
39
40
{
"name": "SoundsAllAround",
"version": "1.0.0",
"description": "[Heroku link][heroku] **NB:** This should be a link to your production site",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"engines": {
"node": "5.1.0",
"npm": "3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvaradarajan/SoundsAllAround.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gvaradarajan/SoundsAllAround/issues"
},
"homepage": "https://github.com/gvaradarajan/SoundsAllAround#readme",
"dependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"flux": "^2.1.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-modal": "^0.6.1",
"react-router": "^2.0.1",
"webpack": "^1.12.14"
}
}