forked from samblyon/genius
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "genius",
"version": "1.0.0",
"description": "[Heroku link][heroku] **Note:** This should be a link to your production site",
"main": "index.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "6.2.1",
"npm": "3.9.3"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samblyon/genius.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samblyon/genius/issues"
},
"homepage": "https://github.com/samblyon/genius#readme",
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"cloudinary": "^1.4.1",
"cloudinary-core": "^2.1.1",
"flux": "^2.1.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-dropzone": "^3.5.2",
"react-modal": "^1.3.0",
"react-router": "^2.5.1",
"react-youtube-player": "^0.3.3",
"webpack": "^1.13.1"
}
}