-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "movie_radio",
"version": "0.0.0",
"description": "simple radio page, that will play stream from Icecast server",
"main": "index.js",
"dependencies": {
"bootstrap": "*",
"events": "*",
"flux": "^2.0.1",
"jquery-ui": "*",
"react-bootstrap": "^0.30.6",
"remarkable": "*",
"validator": "6.1.0 ",
"webpack": "^1.13.1",
"spin": "0.0.1"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-jest": "^20.0.1",
"babel-loader": "^6.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.22.0",
"enzyme": "^2.8.2",
"jest": "^20.0.1",
"jquery": "^2.2.4",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.2.1",
"react-router": "^2.4.1",
"react-test-renderer": "^15.5.4"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/wolendranh/movie_radio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolendranh/movie_radio/issues"
},
"homepage": "https://github.com/wolendranh/movie_radio"
}