diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-03 02:27:43 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-03 02:27:43 -0400 |
| commit | 6fbccc554b2ab51f683718334338eae2b7b06200 (patch) | |
| tree | 8990bcb4f6afc1a3eb8a742fda0dbbc9763648f5 /app/node_modules/okschema/package.json | |
| parent | 8c995a7a57e08cabb0da0158aa42ec5ba60b80f5 (diff) | |
Add OKSchema
Diffstat (limited to 'app/node_modules/okschema/package.json')
| -rw-r--r-- | app/node_modules/okschema/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/node_modules/okschema/package.json b/app/node_modules/okschema/package.json new file mode 100644 index 0000000..795f057 --- /dev/null +++ b/app/node_modules/okschema/package.json @@ -0,0 +1,14 @@ +{ + "name": "okschema", + "version": "1.0.0", + "description": "schemin", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "OKFocus", + "license": "None", + "dependencies": { + "mschema": "^0.5.5" + } +} |
