forked from pomeo/openhabr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "openhabr.net",
"version": "0.0.1",
"description": "habr like open community's site engine",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"babel-core": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"body-parser": "^1.14.2",
"connect-pg-simple": "^3.1.0",
"consolidate": "^0.14.0",
"cookie-parser": "^1.4.1",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-session": "^1.13.0",
"js-sha3": "^0.5.1",
"morgan": "^1.7.0",
"mustache": "^2.2.1",
"pg": "^4.4.3",
"pg-then": "^1.2.1",
"serve-favicon": "^2.3.0",
"validator": "gonzazoid/validator.js"
},
"devDependencies": {
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"mocha": "^2.4.5",
"rimraf": "^2.5.2"
},
"scripts": {
"test": "mocha test/*.spec.js --compilers js:babel-register",
"start": "cross-env DEBUG=app NODE_ENV=development nodemon index.js",
"start:prod": "cross-env NODE_ENV=production node index.js",
"slate": "rimraf node_modules && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/gonzazoid/openhabr.git"
},
"author": "",
"license": "MIT"
}