-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "steami",
"version": "1.0.0",
"description": "Stream profile app",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"start": "NODE_ENV=production node_modules/.bin/babel-node --presets react,es2015 src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvjones/Steami.git"
},
"keywords": [
"Steam"
],
"author": "BDFR",
"license": "ISC",
"bugs": {
"url": "https://github.com/bvjones/Steami/issues"
},
"homepage": "https://github.com/bvjones/Steami#readme",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.3.2",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.22.0",
"bootstrap": "^4.0.0-alpha.6",
"connect-mongodb-session": "^1.3.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-session": "^1.15.1",
"json-loader": "^0.5.4",
"mongodb": "^2.2.24",
"monk": "^4.0.0",
"node-fetch": "^1.6.3",
"passport": "^0.3.2",
"passport-openid": "^0.4.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.6.1",
"react-tooltip": "^3.2.7",
"sinon": "^1.17.7"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"chai": "^3.5.0",
"css-loader": "^0.26.2",
"enzyme": "^2.7.1",
"http-server": "^0.9.0",
"jsdom": "^9.11.0",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"react-addons-test-utils": "^15.4.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"webpack": "^1.14.0",
"webpack-dev-server": "^2.4.1"
},
"engines": {
"node": "7.5.0"
}
}