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