UNPKG

makedrive

Version:
117 lines (116 loc) 3.03 kB
{ "name": "makedrive", "version": "0.0.69", "description": "Webmaker Filesystem", "scripts": { "start": "node ./server/index.js | ./node_modules/.bin/bunyan", "test": "grunt test", "postinstall": "bower install" }, "repository": { "type": "git", "url": "git://github.com/mozilla/makedrive.git" }, "keywords": [ "filesystem", "storage", "web", "makedrive", "webmaker", "cloud" ], "contributors": [ { "name": "David Humphrey", "email": "david.humphrey@senecacollege.ca", "url": "https://github.com/humphd" }, { "name": "Ali Al Dallal", "email": "ali@alicoding.com", "url": "https://github.com/alicoding" }, { "name": "Kieran Sedgwick", "email": "kieran.sedgwick@gmail.com", "url": "https://github.com/sedge" }, { "name": "Gideon Thomas", "email": "r.gideonthomas@gmail.com", "url": "https://github.com/gideonthomas" }, { "name": "Yoav Gurevich", "email": "ygurevich@ymail.com", "url": "https://github.com/yoavgurevich" } ], "license": "MPL2", "bugs": { "url": "https://github.com/mozilla/makedrive/issues" }, "dependencies": { "MD5": "^1.2.1", "archiver": "^0.10.1", "bower": "1.3.8", "browser-request": "^0.3.1", "bunyan": "^1.1.3", "events": "^1.0.1", "express": "3.4.5", "filer": "git://github.com/alicoding/filer.git#mozfest", "filer-fs": "0.1.2", "filer-s3": "0.1.1", "filer-sql": "0.0.2", "grunt-contrib-less": "^0.11.4", "habitat": "1.1.0", "helmet": "0.2.0", "messina": "^0.1.2", "mime": "^1.2.11", "newrelic": "1.4.0", "node-uuid": "^1.4.1", "nunjucks": "^1.1.0", "passport": "^0.2.1", "passport-github": "^0.1.5", "passport-local": "^1.0.0", "passport-strategy": "^1.0.0", "recluster": "^0.3.7", "redis": "^0.12.1", "useragent": "^2.1.0", "webmaker-auth": "0.0.14", "ws": "^0.4.31" }, "optionalDependencies": { "hiredis": "^0.1.17" }, "devDependencies": { "async": "^0.9.0", "browserify": "^4.1.8", "chai": "^1.9.1", "grunt": "~0.4.1", "grunt-browserify": "^3.0.1", "grunt-bump": "0.0.14", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-jshint": "0.10.0", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "^0.6.1", "grunt-exec": "^0.4.6", "grunt-express-server": "^0.4.17", "grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck", "grunt-prompt": "^1.1.0", "jit-grunt": "^0.7.0", "jszip": "^2.4.0", "mocha": "^1.21.4", "node-deep-equal": "git://github.com/humphd/node-deep-equal.git#b9f1fbd8397691e246529152678595b00ee5f468", "request": "2.36.x", "semver": "^2.3.1", "supertest": "0.13.x", "time-grunt": "^0.4.0" }, "main": "./client/src/index.js", "browser": { "request": "browser-request", "url": "./client/src/client-url.js", "ws": "./client/src/client-ws.js" } }