diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:55:34 -0400 |
| commit | 32f87fcb58466e0e311349f96751c18e2a2cd7ea (patch) | |
| tree | 9b8c5e37821e147048e5d1ddbe5435af47716949 /app/node_modules/okadminview/package.json | |
| parent | 51296eb133599d98dd05d04399898c42b1662ab5 (diff) | |
Administrate!
Diffstat (limited to 'app/node_modules/okadminview/package.json')
| -rw-r--r-- | app/node_modules/okadminview/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/node_modules/okadminview/package.json b/app/node_modules/okadminview/package.json new file mode 100644 index 0000000..b07cb1a --- /dev/null +++ b/app/node_modules/okadminview/package.json @@ -0,0 +1,17 @@ +{ + "name": "okadminview", + "version": "1.0.0", + "description": "administrate!", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "OKFocus", + "license": "None", + "dependencies": { + "body-parser": "^1.12.2", + "method-override": "^2.3.2", + "pluralize": "^1.1.2", + "q": "^1.2.0" + } +} |
