done-autorender
Version:
Autorender CanJS projects
68 lines (67 loc) • 2.09 kB
JSON
{
"name": "done-autorender",
"version": "2.6.3",
"description": "Autorender CanJS projects",
"main": "src/autorender.js",
"scripts": {
"build": "node build.js",
"build-test-prod": "node test/build.js",
"optimized-build-test": "node test/optimized-build.js",
"testee": "testee test/test.html --browsers firefox --reporter Spec",
"test": "npm run build-test-prod && npm run optimized-build-test && npm run testee",
"postpublish": "git push --tags && git checkout - && git push",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/donejs/autorender.git"
},
"keywords": [
"StealJS",
"CanJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/donejs/autorender/issues"
},
"devDependencies": {
"can-component": "^4.5.2",
"can-define": "^2.0.0",
"can-dom-mutate": "^1.3.6",
"can-globals": "^1.2.0",
"can-route": "^4.1.0",
"can-route-pushstate": ">=4.0.0 <6.0.0",
"can-stache-route-helpers": "^1.1.1",
"can-test-helpers": "^1.1.1",
"funcunit": "^3.1.0",
"lodash.template": "^4.4.0",
"steal": "^2.0.0",
"steal-qunit": "^1.0.2",
"steal-tools": "^2.0.0",
"testee": "^0.8.1"
},
"homepage": "https://github.com/donejs/autorender",
"dependencies": {
"can-child-nodes": "^1.2.0",
"can-log": "^1.0.0",
"can-namespace": "^1.0.0",
"can-reflect": "^1.17.9",
"can-route": "^4.0.0",
"can-stache": "^4.17.3",
"can-stache-ast": "^1.1.0",
"can-stache-bindings": "^4.4.0",
"can-symbol": "^1.5.0",
"can-view-import": "^4.0.1",
"can-view-model": "^4.0.0",
"can-view-nodelist": "^4.3.3",
"can-view-scope": "^4.3.2",
"can-zone": "^0.6.0 || ^1.0.0",
"full-url": "^1.0.0",
"steal-config-utils": "^1.0.0",
"steal-stache": "^4.0.0"
}
}