Skip to content

Instantly share code, notes, and snippets.

@chairfield
Created February 7, 2015 00:48
Show Gist options
  • Save chairfield/1ca0dfc0653a51acbb99 to your computer and use it in GitHub Desktop.
Save chairfield/1ca0dfc0653a51acbb99 to your computer and use it in GitHub Desktop.
My package.json for my Nodejitsu ticket
{
"name": "app",
"private": true,
"version": "0.0.1-15",
"description": "A tool to coordinate aid between electric utilities",
"repository": {
"type": "git",
"url": "https://github.com/bitgridinc/app.git"
},
"contributors": [
{
"name": "Chris Hairfield",
"email": "chris@bitgrid.co",
"url": "https://github.com/chairfield"
}
],
"bugs": {
"url": "https://github.com/bitgridinc/app/issues"
},
"homepage": "https://github.com/bitgridinc/app",
"dependencies": {
"hapi": "^7.2.0",
"joi": "^5.0.1",
"level": "^0.18.0",
"lodash": "^3.0.0",
"node-uuid": "^1.4.2",
"path": "^0.4.9",
"request": "^2.51.0",
"socket.io": "^1.2.1",
"gulp-notify": "^2.1.0"
},
"devDependencies": {
"angular-mocks": "^1.3.2",
"browserify": "^8.1.0",
"gulp": "^3.8.10",
"gulp-jshint": "^1.8.6",
"gulp-nodemon": "^1.0.4",
"gulp-protractor": "0.0.11",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-watch": "^3.0.0",
"jasmine-core": "^2.1.2",
"jasmine-node": "^1.14.5",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"karma-story-reporter": "^0.2.2",
"protractor": "^1.4.0",
"sinon": "^1.11.1",
"socket.io-client": "^1.3.2",
"vinyl-transform": "^1.0.0",
"watchify": "^2.2.1"
},
"subdomain": "bitgrid",
"scripts": {
"start": "node server/server.js"
},
"engines": {
"node": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment