can-test-helpers
Version:
Test utilities for CanJS modules
49 lines (48 loc) • 1.62 kB
JSON
{
"name": "can-test-helpers",
"version": "1.1.4",
"description": "Test utilities for CanJS modules",
"main": "can-test-helpers.js",
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push origin master",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint *.js --config",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-test-helpers.git"
},
"keywords": [
"canjs",
"donejs",
"qunit"
],
"author": "Bitovi <contact@bitovi.com> (http://bitovi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/canjs/can-test-helpers/issues"
},
"homepage": "https://github.com/canjs/can-test-helpers#readme",
"dependencies": {
"can-global": "^1.0.0",
"can-log": "^1.0.0",
"can-reflect": "^1.0.0"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",
"steal": "^1.5.19",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
}
}