aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 6e8d9f1c1bc4af599616f32de2d2bce70cf63db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "dasein",
  "version": "0.0.0",
  "description": "A social network",
  "main": "lib/dasein.js",
  "repository": {
    "url": "git@github.com:rbdr/dasein.git",
    "type": "git"
  },
  "author": "Ben Beltran <ben@nsovocal.com>",
  "license": "MIT",
  "bin": {
    "dasein": "./bin/dasein.js"
  },
  "scripts": {
    "lint": "eslint .",
    "start": "node ./bin/dasein.js",
    "test": "echo \"Error: no test specified... sorry D:\""
  },
  "devDependencies": {
    "eslint": "^3.12.1",
    "eslint-config-hapi": "^10.0.0",
    "eslint-plugin-hapi": "^4.0.0"
  },
  "dependencies": {
  }
}