diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-03 13:42:12 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-06 15:27:52 -0400 |
| commit | 0e968c54dbd30d0004009b623af901dcfb64cf3a (patch) | |
| tree | 90654f042ccbca3ac766da09f2d6a72c9675a0e5 /app/node_modules/okutil/package.json | |
| parent | 35bdb78a6701b919157b0dafa75ff39904197d49 (diff) | |
Add okutil
Diffstat (limited to 'app/node_modules/okutil/package.json')
| -rw-r--r-- | app/node_modules/okutil/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/node_modules/okutil/package.json b/app/node_modules/okutil/package.json new file mode 100644 index 0000000..36d5c1e --- /dev/null +++ b/app/node_modules/okutil/package.json @@ -0,0 +1,16 @@ +{ + "name": "okutil", + "version": "1.0.0", + "description": "pragmatic!", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "OKFocus", + "license": "None", + "dependencies": { + "lodash.isarray": "^3.0.1", + "pluralize": "^1.1.2", + "q": "^1.2.0" + } +} |
