-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "spadebook",
"version": "1.0.0",
"description": "Spadebook is a clone of Facebook built using Ruby, Rails, React, Redux, and a lot of CSS magic. The purpose of this project is to solidify what we learned over the past several months at App Academy NYC. The clone features fake profiles from professional poker players.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js",
"webpack": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vorpus/spadebook.git"
},
"engines": {
"node": "4.1.1",
"npm": "2.14.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vorpus/spadebook/issues"
},
"homepage": "https://github.com/vorpus/spadebook#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-timeago": "^3.1.3",
"redux": "^3.6.0",
"webpack": "^1.13.3"
}
}