steal-qunit
Version:
QUnit and StealJS
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "steal-qunit",
"version": "2.0.0",
"description": "QUnit and StealJS",
"main": "steal-qunit",
"scripts": {
"test": "npm run test:browser",
"publish": "git push origin && git push origin --tags",
"test:browser": "testee test/test.html --browsers firefox --reporter Spec",
"test:live-reload": "testee test/test-live-reload.html --browsers firefox --reporter Spec",
"release:pre": "npm version prerelease && npm publish",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/bitovi/steal-qunit.git"
},
"keywords": [
"StealJS",
"QUnit"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitovi/steal-qunit/issues"
},
"homepage": "https://github.com/bitovi/steal-qunit",
"devDependencies": {
"funcunit": "^3.0.0",
"steal": "^2.0.0",
"testee": "^0.9.0"
},
"dependencies": {
"qunit": "^2.0.0",
"steal-css": "^1.0.0"
},
"steal": {
"plugins": [
"steal-css"
],
"meta": {
"qunit#./qunit/qunit": {
"format": "global",
"exports": "QUnit",
"deps": [
"steal-qunit/add-dom"
]
}
}
}
}