Skip to content

Instantly share code, notes, and snippets.

@ColinEberhardt
Last active December 29, 2015 15:49
Show Gist options
  • Save ColinEberhardt/7693111 to your computer and use it in GitHub Desktop.
Save ColinEberhardt/7693111 to your computer and use it in GitHub Desktop.
package.json for the app that is causing problems
{
"name": "JitsuTestColin",
"description": "Beautify - iOS App Styling",
"private": true,
"dependencies": {
"bootstrap": "git://github.com/twbs/bootstrap.git#v3.0.0",
"bootstrap-browserify": "2.1.1",
"browserify": "2.35.1",
"express": "3.4.4",
"jquery-browserify": "1.8.1",
"knockout": "2.3.0",
"knockout.mapping": "git://github.com/chrisprice/knockout.mapping.git#npm-2.4.1",
"parse": "1.2.8",
"socket.io": "0.9.16",
"socket.io-client": "0.9.16",
"winston": "0.7.2",
"winston-loggly": "0.6.0"
},
"scripts": {
"start": "node app.js"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-autoprefixer": "0.4.0",
"grunt-browserify": "1.2.11",
"grunt-complexity": "0.1.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-less": "0.8.1",
"grunt-contrib-uglify": "0.2.5",
"grunt-contrib-watch": "0.5.3",
"grunt-env": "0.4.0",
"grunt-include-replace": "1.1.1",
"grunt-jsbeautifier": "0.2.3",
"grunt-karma": "0.6.2",
"grunt-preprocess": "3.0.1",
"grunt-remove-logging": "0.1.1",
"grunt-replace": "0.5.1",
"karma": "0.10.4",
"karma-chai": "0.0.2",
"karma-mocha": "0.1.0",
"karma-sinon": "0.0.1",
"mocha": "1.14.0",
"mocha-phantomjs": "3.1.5",
"phantomjs": "1.9.2-1",
"selenium-webdriver" : "2.37.0",
"sinon": "1.7.3",
"q" : "0.9.7"
},
"engines": {
"node": "0.10.x"
},
"subdomain": "JitsuTestColin",
"domains": [],
"version": "1.2.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment