can-value
Version:
Observable values from other CanJS observables.
56 lines (55 loc) • 1.6 kB
JSON
{
"name": "can-value",
"version": "1.1.2",
"description": "Observable values from other CanJS observables.",
"homepage": "https://canjs.com/doc/can-value.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-value.git"
},
"author": {
"name": "Bitovi",
"email": "core@donejs.com",
"url": "https://canjs.com/"
},
"scripts": {
"build": "node build.js",
"jshint": "jshint ./*.js --config",
"test": "npm run jshint && npm run testee",
"testee": "testee test/test.html --browsers firefox",
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
"postpublish": "git push --tags && git checkout master && git branch -D release && 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-value",
"steal": {
"main": "can-value",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"steal-tools",
"testee"
]
},
"dependencies": {
"can-key": "<2.0.0",
"can-namespace": "1.0.0",
"can-observation": "^4.0.0",
"can-reflect": "^1.4.0",
"can-simple-observable": "^2.1.0"
},
"devDependencies": {
"can-reflect-dependencies": "^1.0.0",
"can-simple-map": "^4.0.1",
"jshint": "^2.9.1",
"steal": "^1.6.5",
"steal-qunit": "^2.0.0",
"steal-tools": "^1.11.3",
"testee": "^0.9.0"
},
"license": "MIT"
}