UNPKG

ozserver

Version:

API for OZ

58 lines (57 loc) 1.33 kB
{ "name": "ozserver", "version": "0.2.1", "description": "API for OZ", "main": "ozserver", "bin": { "ozserver": "./.bin/ozserver", "ozserver-store": "./.bin/ozserver-store", "ozserver-mail": "./.bin/ozserver-mail" }, "dependencies": { "express": "~3.3.4", "colors": "~0.6.1", "commander": "~2.0.0", "async": "~0.2.9", "mongoose": "~3.6.15", "random-string": "~0.1.1", "sha1": "~1.1.0", "validate": "~0.2.4", "nodemailer": "~0.5.2", "jade": "~0.34.1", "mkpath": "~0.1.0", "moment": "~2.1.0", "jquery-file-upload-middleware": "0.0.8", "token": "0.0.0", "sockjs": "~0.3.7", "connect-session": "0.0.1", "formidable": "~1.0.14", "lodash": "~2.2.0", "bytes": "~0.2.1", "gm": "~1.13.1" }, "devDependencies": { "grunt-cli": "~0.1.9", "grunt": "~0.4.1", "grunt-contrib-coffee": "~0.7.0" }, "scripts": { "build": "./node_modules/.bin/grunt" }, "repository": { "type": "git", "url": "git@github.com:standart-n/sn-oz-api.git" }, "keywords": [ "api", "standart", "oz" ], "author": "aleksnick", "license": "MIT", "readmeFilename": "README.md", "gitHead": "708d83893df76a9e28401eec3a8def7fa885e6b2", "bugs": { "url": "https://github.com/standart-n/sn-oz-api/issues" } }