can-observe
Version:
Like can.Map, but without the .attr method.
60 lines (59 loc) • 2.06 kB
JSON
{
"name": "can-observe",
"version": "2.3.2",
"description": "Like can.Map, but without the .attr method.",
"main": "can-observe.js",
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint *.js src/*.js object/*.js array/*.js test/*.js --exclude=decorators-test.js --config",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"release:pre": "npm version prerelease && npm publish --tag pre",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve",
"docco": "docco src/*.js array/array.js object/object.js can-observe.js"
},
"repository": {
"type": "git",
"url": "https://github.com/canjs/can-observe"
},
"keywords": [
"CanJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/canjs/can-observe/issues"
},
"homepage": "https://github.com/canjs/can-observe",
"dependencies": {
"can-event-queue": "<2.0.0",
"can-globals": "^1.2.1",
"can-key-tree": "<2.0.0",
"can-namespace": "^1.0.0",
"can-observation-recorder": "<2.0.0",
"can-queues": "<2.0.0",
"can-reflect": "^1.4.2",
"can-simple-observable": "^2.0.0",
"can-symbol": "^1.2.0"
},
"devDependencies": {
"docco": "^0.7.0",
"can-observation": "^4.0.0",
"can-reflect-tests": "^0.3.0",
"can-simple-map": "^4.0.0",
"can-simple-observable": "^2.0.0",
"can-util": "^3.2.2",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",
"steal": "^1.0.0",
"steal-qunit": "^2.0.0",
"steal-tools": "^1.9.1",
"testee": "^0.9.1"
}
}