UNPKG

steal-conditional

Version:
53 lines (52 loc) 1.51 kB
{ "name": "steal-conditional", "version": "1.1.3", "description": "Conditional loading", "main": "conditional.js", "directories": { "test": "test" }, "scripts": { "postversion": "git push --tags && git push", "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", "jshint": "jshint conditional.js test/. --config", "pretest": "cp conditional.js test/relative-conditions/conditional.js", "test:unit": "testee test/unit.html --browsers firefox --reporter Spec", "test:composite": "testee test/composite.html --browsers firefox --reporter Spec", "test": "npm run jshint && npm run test:unit && npm run test:composite" }, "repository": { "type": "git", "url": "https://github.com/stealjs/conditional.git" }, "keywords": [ "StealJS" ], "author": "Bitovi", "license": "MIT", "bugs": { "url": "https://github.com/stealjs/conditional/issues" }, "homepage": "https://github.com/stealjs/conditional", "devDependencies": { "glob": "^7.1.1", "jshint": "^2.9.1", "qunit-composite": "^2.0.0", "steal": "^1.0.8", "steal-css": "^1.1.1", "steal-qunit": "^1.0.1", "testdouble": "^3.0.0", "testee": "^0.6.1" }, "steal": { "plugins": [ "steal-css" ], "map": { "testdouble": "testdouble/dist/testdouble" } } }