-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "civ6nq",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "civ6nq",
"email": "civ6nq@gmail.com",
"url": "http://www.civ6nq.com/"
},
"homepage": "http://www.civ6nq.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"copy-webpack-plugin": "^4.0.1",
"express": "^4.13.4",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"body-parser": "^1.17.2",
"moment": "^2.18.1",
"openid": "^2.0.6",
"rc-time-picker": "^2.4.1",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-dates": "^12.1.2",
"react-dom": "^15.6.1",
"react-popup": "^0.8.0",
"xss": "^0.3.3"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}