UNPKG

can-map

Version:

Observable Objects

69 lines (68 loc) 1.94 kB
{ "name": "can-map", "version": "4.3.16", "description": "Observable Objects", "homepage": "http://canjs.com", "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 --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 --ignore done-serve" }, "main": "can-map", "keywords": [ "canjs", "canjs-plugin", "donejs" ], "steal": { "configDependencies": [ "live-reload" ] }, "dependencies": { "can-assign": "^1.0.0", "can-cid": "^1.1.2", "can-compute": "^4.0.0", "can-construct": "^3.5.4", "can-event-queue": "^1.0.0", "can-log": "^1.0.0", "can-namespace": "^1.0.0", "can-observation-recorder": "^1.0.2", "can-queues": "^1.0.0", "can-reflect": "^1.7.2", "can-simple-observable": "^2.0.0", "can-single-reference": "^1.0.0", "can-stache-key": "^1.0.0", "can-symbol": "^1.4.1", "can-types": "^1.1.0" }, "devDependencies": { "can-observation": "^4.0.0", "can-reflect-tests": "^1.0.0", "can-simple-observable": "^2.0.0", "can-test-helpers": "^1.1.4", "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.1", "steal": "^2.1.3", "steal-qunit": "^2.0.0", "steal-tools": "^2.0.4", "testee": "^0.9.0" }, "repository": { "type": "git", "url": "git://github.com/canjs/can-map.git" } }