can-construct
Version:
easy constructor functions
56 lines (55 loc) • 1.63 kB
JSON
{
"name": "can-construct",
"version": "3.5.7",
"description": "easy constructor functions",
"homepage": "http://canjs.com",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"url": "http://bitovi.com"
},
"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 --config",
"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",
"release:pre": "npm version prerelease && npm publish",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-construct",
"keywords": [
"canjs",
"canjs-plugin",
"donejs"
],
"steal": {
"configDependencies": [
"live-reload"
]
},
"dependencies": {
"can-log": "^1.0.0",
"can-namespace": "1.0.0",
"can-reflect": "^1.16.1",
"can-string": "<2.0.0",
"can-symbol": "^1.6.4"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",
"steal": "^1.2.8",
"steal-qunit": "^2.0.0",
"steal-tools": "^1.1.2",
"testee": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-construct.git"
}
}