-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.74 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.74 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "memory-game",
"version": "0.0.1",
"description": "Memory game with cool photos to train your brain",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev-server": "node hot-reload-server.js",
"bundle": "webpack -p --config webpack.config.js ",
"bundle-dev": "webpack -d -w --config webpack.config.js"
},
"dependencies": {
"body-parser": "^1.12.2",
"cookie-parser": "^1.3.4",
"cors": "^2.5.3",
"es6-promise": "^2.0.1",
"es6-promise-helper": "0.0.1",
"express": "^4.12.3",
"express-hbs": "^0.8.4",
"express-session": "^1.11.0",
"lodash": "^3.6.0",
"longjohn": "^0.2.4",
"passport": "^0.2.1",
"passport-eyeem": "^0.1.1",
"react": "^0.13.x",
"react-router": "^0.13.2",
"reflux": "^0.2.5",
"restler": "^3.2.2",
"tcomb-form": "^0.4.8",
"whatwg-fetch": "^0.7.0"
},
"devDependencies": {
"autoprefixer-loader": "1.1.0",
"babel-core": "^5.0.12",
"babel-loader": "^5.0.0",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"coveralls": "^2.11.1",
"css-loader": "^0.9.1",
"jsx-loader": "^0.12.2",
"jsxcs": "^0.2.1",
"mocha": "^1.21.4",
"proxyquire": "^1.4.0",
"react-hot-loader": "^1.2.4",
"supertest": "^0.15.0",
"webpack": "^1.8.0",
"webpack-dev-server": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dev-tim/memory-game.git"
},
"keywords": [
"game",
"reactjs",
"node",
"memory",
"photos",
"eyem"
],
"author": "Tim Zadorozhniy <artem.zadorozhniy@gmail.com> (http://www.devartem.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-tim/memory-game/issues"
},
"homepage": "https://github.com/dev-tim/memory-game"
}