aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: fb3d90b3094571e018fee1b3a6d8eed2c7410946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "solfege",
  "version": "0.0.1",
  "description": "A solfege database",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -u tdd --reporter spec"
  },
  "keywords": [
    "solfege"
  ],
  "author": "Ben Burwell <ben@benburwell.com>",
  "license": "MIT",
  "dependencies": {
    "handlebars": "^3.0.3",
    "hapi": "^8.8.1",
    "hapi-postgres": "^1.0.2"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^7.0.2"
  }
}