aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 3f8c90cb23bce9e80b49d8df9d0f2c6af0da8fa1 (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
{
  "name": "solfege",
  "version": "0.0.1",
  "description": "A solfege database",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "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",
    "pg": "^4.4.1"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^7.0.2"
  }
}