Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Created October 24, 2014 03:04
Show Gist options
  • Save qinshulei/c4a0bd3f4137ce7ac945 to your computer and use it in GitHub Desktop.
Save qinshulei/c4a0bd3f4137ce7ac945 to your computer and use it in GitHub Desktop.
package.json
{
"version": "0.0.0",
"name": "canvas-clock",
"description": "A canvas clock ",
"private": true,
"license": "MIT",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"devDependencies": {
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"http-server": "^0.6.1",
"tmp": "0.0.23",
"bower": "^1.3.1"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install",
"prestart": "npm install",
"start": "node node_modules/http-server/bin/http-server -a 0.0.0.0 -p 3000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment