diff options
| -rw-r--r-- | .gitignore | 12 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | package.json | 21 |
3 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa08c44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.env +node_modules/ +db.json +!public/db.json +.DS_Store +*.swp +app.css +app.min.js +.tmp +bower_components/ +npm-debug.log + @@ -0,0 +1,2 @@ +New Reality Co. +=============== diff --git a/package.json b/package.json new file mode 100644 index 0000000..74aab07 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "new-reality-co", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": {}, + "author": "OKFocus", + "dependencies": { + "okcms": "git+ssh://git@github.com/okfocus/okcms.git#v0.2.4" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-concat": "^0.5.1", + "grunt-dentist": "^0.3.4", + "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-uglify": "^0.9.1" + } +} + |
