Permalink
Cannot retrieve contributors at this time
109 lines (109 sloc)
2.71 KB
| { | |
| "name": "makedrive", | |
| "version": "0.0.47", | |
| "description": "Webmaker Filesystem", | |
| "scripts": { | |
| "start": "node ./server/index.js | ./node_modules/.bin/bunyan", | |
| "test": "grunt test" | |
| }, | |
| "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", | |
| "async": "^0.9.0", | |
| "browser-request": "^0.3.1", | |
| "events": "^1.0.1", | |
| "express": "3.4.5", | |
| "filer": "0.0.28", | |
| "filer-fs": "0.1.2", | |
| "filer-s3": "0.1.0", | |
| "grunt-contrib-less": "^0.11.4", | |
| "habitat": "1.1.0", | |
| "helmet": "0.2.0", | |
| "knox": "0.8.9", | |
| "lodash": "^2.4.1", | |
| "bunyan": "^1.1.3", | |
| "mime": "^1.2.11", | |
| "newrelic": "1.4.0", | |
| "node-uuid": "^1.4.1", | |
| "recluster": "^0.3.7", | |
| "redis": "^0.12.1", | |
| "webmaker-auth": "0.0.14", | |
| "ws": "^0.4.31" | |
| }, | |
| "optionalDependencies": { | |
| "hiredis": "^0.1.17" | |
| }, | |
| "devDependencies": { | |
| "browserify": "^4.1.8", | |
| "bower": "1.3.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" | |
| } | |
| } |