Skip to content

Instantly share code, notes, and snippets.

@faiq
Created January 9, 2015 19:05
Show Gist options
  • Save faiq/4a1c9ba054ec6fb773b1 to your computer and use it in GitHub Desktop.
Save faiq/4a1c9ba054ec6fb773b1 to your computer and use it in GitHub Desktop.
{
"name": "dash",
"version": "0.21.0",
"private": true,
"dependencies": {
"JSONStream": "~0.4.2",
"airport": "^2.0.0",
"async": "~0.2.9",
"aws-sdk": "~1.5.0",
"backbone": "https://github.com/SpiderStrategies/backbone/tarball/1.1.2-lodash",
"bar-chart": "git+ssh://[email protected]:spiderstrategies/dash-bar-chart.git#v0.2.7",
"bcrypt": "~0.7.2",
"bootslide": "^0.3.9",
"browser-inception": "^0.1.4",
"browserify": "^8.0.3",
"bunyan": "~0.21.4",
"canvas": "git+ssh://[email protected]:spiderstrategies/canvas.git#v1.4.3",
"cold-sweat": "0.0.2",
"combined-stream": "https://github.com/felixge/node-combined-stream/tarball/master/",
"connect-flash": "~0.1.0",
"connect-requestid": "~1.0.1",
"cookie": "~0.1.0",
"csv": "~0.3.6",
"d3": "^3.5.2",
"dash-proxy": "git+ssh://[email protected]:spiderstrategies/dash-proxy.git#v1.1.4",
"eson": "~0.3.0",
"event-stream": "~3.0.14",
"express": "^3.16.7",
"express-handlebars": "^1.1.0",
"express-useragent": "^0.1.2",
"express-validator": "https://github.com/jerryorr/express-validator/tarball/expose-node-validator",
"fastclick": "https://github.com/jerryorr/fastclick/tarball/master",
"feedparser": "~0.16.3",
"firebase": "^1.0.17",
"formidable": "~1.0.11",
"frequency": "0.0.1",
"gm": "~1.8.1",
"goal-widget": "git+ssh://[email protected]:spiderstrategies/dash-goal-widget.git#v0.2.6",
"handlebars": "^2.0.0",
"hbsfy": "^2.2.0",
"html-entities": "~1.0.10",
"htmlparser2": "~3.1.4",
"image-vogue": "^0.2.2",
"jquery": "^2.1.1",
"less": "^1.7.4",
"lodash": "^2.4.1",
"mimelib": "^0.2.17",
"mmmagic": "~0.3.4",
"moment": "~2.0.0",
"moment-timezone": "^0.2.1",
"mongoose": "^3.8.16",
"nano-slider": "^0.2.0",
"node-gmail-api": "^0.3.0",
"node-itunes-rss-data": "^1.1.1",
"node-resque": "^0.11.5",
"node-uuid": "^1.4.1",
"oauth-sign": "^0.4.0",
"passport": "~0.1.12",
"passport-appfigures": "^1.0.1",
"passport-facebook": "~0.1.4",
"passport-fitbit": "^0.1.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.4",
"passport-instagram": "~0.1.1",
"passport-local": "~0.1.6",
"passport-nest": "^1.0.0",
"passport-strava": "^0.1.0",
"passport-twitter": "~0.1.4",
"passport-withings": "~0.1.0",
"raven": "~0.5.3",
"redis": "~0.10.0",
"replify": "~1.1.4",
"request": "^2.40.0",
"revalidator": "^0.2.0",
"seaport": "^2.0.9",
"shortid": "~1.0.9",
"socket.io": "Automattic/socket.io#3352d1",
"socket.io-client": "^1.1.0",
"socket.io-emitter": "^0.2.0",
"socket.io-redis": "^0.1.3",
"stream-reduce": "^1.0.3",
"stripe": "^2.7.3",
"transfuse": "0.0.3",
"twitter-timeago": "^1.0.1",
"underscore.string": "~2.3.3",
"validator": "~1.5.1",
"watchify": "^2.2.1",
"xss": "^0.1.10"
},
"devDependencies": {
"clean-css": "^2.2.15",
"lesshat": "^3.0.2",
"mocha": "~1.12.0",
"nock": "^0.48.1",
"optimist": "~0.6.0",
"sandboxed-module": "~0.1.4",
"sinon": "~1.7.3",
"testling": "^1.7.0",
"tweet-broadcaster": "^1.3.4",
"uglify-js": "~2.3.0",
"walk": "~2.2.1",
"watch": "~0.7.0",
"xml2js": "~0.2.8"
},
"testling": {
"harness": "mocha-bdd",
"files": "assets/test/**/*.js"
},
"scripts": {
"behind-proxy": "foreman start -e proxy.env",
"bundle": "browserify -r ./assets/js/main.js:main -d > bundle.js"
"deploy": "node ./scripts/deploy prod",
"sample": "BASE_DIR=`pwd` node ./scripts/generate-samples-bundle.js",
"stage": "node ./scripts/deploy qa",
"start": "foreman start",
"test": "./scripts/test-server.sh && echo OKAY!",
"test-client": "NODE_PATH=lib testling -x open",
"test-server": "./scripts/test-server.sh"
},
"engines": {
"node": "v0.10.x"
},
"browserify": {
"transform": [
"hbsfy"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment