UNPKG

can-simple-observable

Version:
63 lines (62 loc) 1.78 kB
{ "name": "can-simple-observable", "version": "2.5.0", "description": "Create an observable value.", "homepage": "https://canjs.com/doc/can-simple-observable.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-simple-observable.git" }, "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "https://www.bitovi.com/" }, "scripts": { "preversion": "npm test", "postpublish": "git push --tags && git push", "testee": "testee test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint ./*.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-simple-observable", "keywords": [ "canjs", "donejs-plugin" ], "steal": { "npmIgnore": [ "testee", "steal-tools" ] }, "dependencies": { "can-event-queue": "^1.0.0", "can-key": "<2.0.0", "can-key-tree": "^1.0.0", "can-log": "^1.0.0", "can-namespace": "1.0.0", "can-observation": "^4.1.0", "can-observation-recorder": "^1.0.0", "can-queues": "^1.0.0", "can-reflect": "^1.10.1", "can-reflect-dependencies": "^1.0.0", "can-symbol": "^1.4.2" }, "devDependencies": { "can-simple-map": "^4.0.1", "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" }, "license": "MIT" }