-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.03 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
{
"name": "cltjs-topics",
"version": "0.0.0",
"description": "topic voting for CharlotteJS 2015",
"main": "index.js",
"scripts": {
"test": "lab",
"start": "node index.js"
},
"engines": {
"node": "0.10.x"
},
"author": "",
"devDependencies": {
"code": "^1.2.1",
"glob": "^4.3.4",
"lab": "^5.1.1",
"mkdirp": "^0.5.0",
"nodemon": "^1.2.1",
"normalize.css": "~3.0.1"
},
"dependencies": {
"axios": "^0.4.2",
"boom": "^2.6.1",
"es6-promise": "^2.0.1",
"expose-loader": "^0.6.0",
"fetch": "git://github.com/github/fetch#9b1ddc9ef47011c2c9b0c9bc89e7ec09cf5ca962",
"good": "^5.0.0",
"good-console": "^3.0.2",
"hapi": "^8.1.0",
"hapi-mailer": "^2.0.0",
"hapi-mongodb": "^2.3.0",
"hapi-react-views": "^1.2.3",
"isomorphic-fetch": "^1.6.1",
"joi": "^5.1.0",
"jsx-loader": "^0.12.2",
"rcss": "git://github.com/chenglou/RCSS.git#37f84f384a089a60c1e253b961045367caa1a963",
"react": "^0.12.1",
"webpack": "^1.5.3",
"xml2js": "^0.4.4"
}
}