can-stache-bindings
Version:
Default binding syntaxes for can-stache
73 lines (72 loc) • 2.22 kB
JSON
{
"name": "can-stache-bindings",
"version": "5.0.5",
"description": "Default binding syntaxes for can-stache",
"homepage": "https://canjs.com/doc/can-stache-bindings.html",
"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 test/ ./*.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"
},
"main": "can-stache-bindings",
"keywords": [
"canjs",
"donejs"
],
"steal": {
"main": "can-stache-bindings"
},
"dependencies": {
"can-assign": "^1.0.0",
"can-attribute-encoder": "^1.1.1",
"can-attribute-observable": "^2.0.0",
"can-bind": "^1.5.0",
"can-diff": "^1.5.0",
"can-dom-data": "^1.0.1",
"can-dom-events": "^1.3.3",
"can-dom-mutate": "^2.0.0",
"can-event-queue": "^1.1.4",
"can-log": "^1.0.0",
"can-observation-recorder": "^1.0.0",
"can-queues": "^1.3.0",
"can-reflect": "^1.6.0",
"can-reflect-dependencies": "^1.0.0",
"can-simple-map": "^4.0.0",
"can-simple-observable": "^2.0.0",
"can-stache": "^5.0.0",
"can-stache-key": "^1.0.0",
"can-symbol": "^1.0.0",
"can-view-callbacks": "^5.0.0",
"can-view-live": "^5.0.0",
"can-view-model": "^4.0.0",
"can-view-scope": "^4.13.0"
},
"devDependencies": {
"can-define": "^2.0.0",
"can-event-dom-enter": "^2.0.0",
"can-globals": "^1.0.0",
"can-observable-object": "^1.0.1",
"can-simple-dom": "^1.7.0",
"can-test-helpers": "^1.1.4",
"can-vdom": "^4.0.0",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
}
}