Skip to content

Instantly share code, notes, and snippets.

@hapticdata
Created April 11, 2014 18:03
Show Gist options
  • Save hapticdata/10488495 to your computer and use it in GitHub Desktop.
Save hapticdata/10488495 to your computer and use it in GitHub Desktop.
hapticdata-playground package.json
{
"name": "hapticdata",
"version": "0.7.4",
"private": true,
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"domains": [
"haptic-data.com",
"*.haptic-data.com",
"hapticdata.com",
"*.hapticdata.com"
],
"dependencies": {
"express": "3.3.x",
"jade": "*",
"async": "~0.1.22",
"less": "~1.3.1",
"less-middleware": "~0.1.8",
"github": "~0.1.7",
"underscore": "~1.4.2",
"request": "~2.12.0",
"poet": "~0.2.4",
"marked": "~0.2.6",
"markdown": "~0.4.0",
"mongojs": "~0.7.0",
"requirejs": "~2.1.5",
"kp-api": "git+https://hapticdata@github.com/hapticdata/node-kp-api.git",
"brix": "git+https://hapticdata@github.com/hapticdata/node-brix.git",
"playground-assets": "git+https://hapticdata@bitbucket.org/hapticdata/playground-assets.git",
"connect": "~2.11.0",
"connect-favicon-canvas": "~0.1.0",
"toxiclibsjs": "~0.2.7",
"toxiclibsjs-examples": "*"
},
"bundleDependencies": [
"brix",
"kp-api",
"playground-assets"
],
"subdomain": "hapticdata",
"engines": {
"node": "0.8.x"
},
"devDependencies": {
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-compass": "~0.1.1rc8",
"grunt": "~0.4.0rc8",
"grunt-contrib-watch": "*",
"grunt-contrib-jshint": "~0.1.0",
"grunt-s3": "~0.1.0",
"grunt-shell": "~0.2.2",
"grunt-contrib-jade": "~0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment