UNPKG

can-bind

Version:

Updates one observable value with the value of another observable.

60 lines (59 loc) 1.6 kB
{ "name": "can-bind", "version": "1.5.1", "description": "Updates one observable value with the value of another observable.", "homepage": "https://canjs.com/doc/can-bind.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-bind.git" }, "author": { "name": "Bitovi", "email": "core@donejs.com", "url": "https://canjs.com/" }, "scripts": { "build": "node build.js", "jshint": "jshint ./*.js ./test/*.js --config", "test": "npm run jshint && npm run testee", "testee": "testee test/test.html --browsers firefox", "preversion": "npm test", "postpublish": "git push --tags && git push", "release:major": "npm version major && npm publish", "release:minor": "npm version minor && npm publish", "release:patch": "npm version patch && npm publish" }, "main": "can-bind", "steal": { "main": "can-bind", "configDependencies": [ "live-reload" ], "npmIgnore": [ "steal-tools", "testee" ] }, "dependencies": { "can-assign": "^1.3.1", "can-log": "^1.0.2", "can-namespace": "1.0.0", "can-queues": "^1.2.0", "can-reflect": "^1.15.0", "can-reflect-dependencies": "^1.1.1", "can-symbol": "^1.6.0" }, "devDependencies": { "can-observation": "^4.0.1", "can-simple-map": "^4.0.1", "can-simple-observable": "^2.0.4", "can-test-helpers": "^1.1.2", "can-value": "<2.0.0", "jshint": "^2.9.1", "steal": "^2.0.0", "steal-qunit": "^2.0.0", "steal-tools": "^2.0.0", "testee": "^0.9.0" }, "license": "MIT" }