]>
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 | "lint": "eslint .", | |
17 | "start": "node ./bin/dasein.js", | |
18 | "test": "echo \"Error: no test specified... sorry D:\"" | |
19 | }, | |
20 | "devDependencies": { | |
21 | "eslint": "^3.12.1", | |
22 | "eslint-config-hapi": "^10.0.0", | |
23 | "eslint-plugin-hapi": "^4.0.0" | |
24 | }, | |
25 | "dependencies": { | |
26 | "getenv": "^0.7.0", | |
27 | "jsonwebtoken": "^7.2.1", | |
28 | "koa": "^1.2.4", | |
29 | "koa-jwt": "^1.2.0", | |
30 | "koa-route": "^2.4.2", | |
31 | "koa-static": "^2.0.0", | |
32 | "oauth": "^0.9.15", | |
33 | "pify": "^2.3.0" | |
34 | } | |
35 | } |