4 "description": "A social network",
5 "main": "lib/dasein.js",
7 "url": "git@github.com:rbdr/dasein.git",
10 "author": "Ben Beltran <ben@nsovocal.com>",
13 "dasein": "./bin/dasein.js"
16 "build": "webpack --config ./config/webpack.js",
17 "document": "jsdoc -c ./config/jsdoc.json lib config",
19 "start": "node ./bin/dasein.js",
20 "test": "echo \"Error: no test specified... sorry D:\""
23 "babel-core": "^6.22.1",
24 "babel-loader": "^6.2.10",
25 "babel-preset-latest": "^6.22.0",
28 "eslint-config-hapi": "^10.0.0",
29 "eslint-plugin-hapi": "^4.0.0",
37 "jsonwebtoken": "^7.2.1",
39 "koa-bodyparser": "^2.3.0",
41 "koa-route": "^2.4.2",
43 "koa-static": "^2.0.0",
49 "vue-router": "^2.2.0"