forked from TrendGame/TrendGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
48
49
50
51
52
53
54
{
"name": "TrendGame",
"version": "1.0.0",
"description": "Only the trendiest.",
"main": "user-login.js",
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p",
"test": "mocha './tests/*.spec.js'",
"start": "webpack -p && node server.js",
"start:watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrendGame/TrendGame.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrendGame/TrendGame/issues"
},
"homepage": "https://github.com/TrendGame/TrendGame#readme",
"dependencies": {
"axios": "^0.16.1",
"aylien-news-api": "^2.0.2",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
"chai": "^3.5.0",
"epoch.js": "^0.4.4",
"express": "^4.15.2",
"google-trends-api": "^4.1.0",
"halogen": "^0.2.0",
"knex": "^0.12.9",
"mocha": "^3.3.0",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"pg": "^6.1.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-google-charts": "^1.5.4-alpha.1",
"sinon": "^2.1.0",
"supertest": "^3.0.0",
"webpack": "^2.5.0"
},
"engines": {
"node": "7.9.0"
}
}