]>
Commit | Line | Data |
---|---|---|
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": { | |
16 | "build": "webpack --config ./config/webpack.js", | |
17 | "document": "jsdoc -c ./config/jsdoc.json lib config", | |
18 | "lint": "eslint .", | |
19 | "start": "node ./bin/dasein.js", | |
20 | "test": "echo \"Error: no test specified... sorry D:\"" | |
21 | }, | |
22 | "devDependencies": { | |
23 | "babel-core": "^6.22.1", | |
24 | "babel-loader": "^6.2.10", | |
25 | "babel-preset-latest": "^6.22.0", | |
26 | "docdash": "^0.4.0", | |
27 | "eslint": "^3.12.1", | |
28 | "eslint-config-hapi": "^10.0.0", | |
29 | "eslint-plugin-hapi": "^4.0.0", | |
30 | "jsdoc": "^3.4.3", | |
31 | "webpack": "^1.14.0" | |
32 | }, | |
33 | "dependencies": { | |
34 | "axios": "^0.15.3", | |
35 | "getenv": "^0.7.0", | |
36 | "joi": "^10.2.0", | |
37 | "jsonwebtoken": "^7.2.1", | |
38 | "koa": "^1.2.4", | |
39 | "koa-bodyparser": "^2.3.0", | |
40 | "koa-jwt": "^1.3.1", | |
41 | "koa-route": "^2.4.2", | |
42 | "koa-send": "^3.3.0", | |
43 | "koa-static": "^2.0.0", | |
44 | "oauth": "^0.9.15", | |
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" | |
50 | } | |
51 | } |