]>
Commit | Line | Data |
---|---|---|
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": { | |
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 | } | |
27 | } |