UNPKG

can-stache-helpers

Version:
55 lines (54 loc) 1.49 kB
{ "name": "can-stache-helpers", "version": "1.2.0", "description": "Helper functions for can-stache", "homepage": "https://canjs.com/doc/can-stache-helpers.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-stache-helpers.git" }, "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com" }, "scripts": { "preversion": "npm test", "postpublish": "git push --tags && git push", "testee": "testee test/test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint ./*.js ./src/ --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", "develop": "done-serve --static --develop --port 8080", "detect-cycle": "detect-cyclic-packages" }, "main": "can-stache-helpers", "keywords": [ "canjs", "canjs-plugin", "donejs", "donejs-plugin" ], "steal": { "npmIgnore": [ "testee", "generator-donejs", "donejs-cli", "steal-tools" ] }, "dependencies": { "can-namespace": "1.0.0" }, "devDependencies": { "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.1", "steal": "^1.3.1", "steal-qunit": "^1.0.1", "testee": "^0.3.0" }, "license": "MIT" }