quixote
Version:
CSS unit and integration testing
26 lines (25 loc) • 577 B
JSON
{
"name": "quixote-example",
"version": "0.0.0",
"private": true,
"dependencies": {
"http-server": "^0.9.0"
},
"devDependencies": {
"browserify": "^14.1.0",
"jake": "^8.0.15",
"jshint": "^2.9.4",
"karma": "^1.4.1",
"karma-commonjs": "1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"object-merge": "^2.5.1",
"procfile": "^0.1.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"simplebuild-jshint": "^1.3.0",
"simplebuild-karma": "^1.0.0"
}
}