aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fb3d90b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}