can-define-lazy-value
Version:
Define properties with lazy values using Object.defineProperty
49 lines (48 loc) • 1.43 kB
JSON
{
"name": "can-define-lazy-value",
"version": "1.1.1",
"description": "Define properties with lazy values using Object.defineProperty",
"homepage": "https://canjs.com",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-define-lazy-value.git"
},
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"url": "https://bitovi.com"
},
"scripts": {
"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",
"testee": "testee test.html --browsers firefox",
"test": "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"
},
"main": "define-lazy-value",
"keywords": [
"canjs",
"donejs-plugin"
],
"steal": {
"npmIgnore": [
"testee",
"steal-tools"
]
},
"dependencies": {},
"devDependencies": {
"jshint": "^2.9.1",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
},
"license": "MIT"
}