]> git.r.bdr.sh - rbdr/dasein/blame - package.json
Create and Show Posts (#3)
[rbdr/dasein] / package.json
CommitLineData
cc69fef4
RBR
1{
2 "name": "dasein",
3 "version": "0.0.0",
4 "description": "A social network",
5 "main": "lib/dasein.js",
6 "repository": {
7 "url": "git@github.com:rbdr/dasein.git",
8 "type": "git"
9 },
10 "author": "Ben Beltran <ben@nsovocal.com>",
11 "license": "MIT",
12 "bin": {
13 "dasein": "./bin/dasein.js"
14 },
15 "scripts": {
a6ccda0f
RBR
16 "build": "webpack --config ./config/webpack.js",
17 "document": "jsdoc -c ./config/jsdoc.json lib config",
cc69fef4
RBR
18 "lint": "eslint .",
19 "start": "node ./bin/dasein.js",
20 "test": "echo \"Error: no test specified... sorry D:\""
21 },
22 "devDependencies": {
a6ccda0f
RBR
23 "babel-core": "^6.22.1",
24 "babel-loader": "^6.2.10",
25 "babel-preset-latest": "^6.22.0",
26 "docdash": "^0.4.0",
cc69fef4
RBR
27 "eslint": "^3.12.1",
28 "eslint-config-hapi": "^10.0.0",
a6ccda0f
RBR
29 "eslint-plugin-hapi": "^4.0.0",
30 "jsdoc": "^3.4.3",
31 "webpack": "^1.14.0"
cc69fef4
RBR
32 },
33 "dependencies": {
a6ccda0f 34 "axios": "^0.15.3",
287fa13b 35 "getenv": "^0.7.0",
a6ccda0f 36 "joi": "^10.2.0",
287fa13b
RBR
37 "jsonwebtoken": "^7.2.1",
38 "koa": "^1.2.4",
a6ccda0f
RBR
39 "koa-bodyparser": "^2.3.0",
40 "koa-jwt": "^1.3.1",
287fa13b 41 "koa-route": "^2.4.2",
a6ccda0f 42 "koa-send": "^3.3.0",
287fa13b
RBR
43 "koa-static": "^2.0.0",
44 "oauth": "^0.9.15",
a6ccda0f
RBR
45 "pify": "^2.3.0",
46 "redis": "^2.6.5",
47 "uuid": "^3.0.1",
48 "vue": "^2.1.10",
49 "vue-router": "^2.2.0"
cc69fef4
RBR
50 }
51}