UNPKG

can-validate-interface

Version:

Utility to validate property existence. Test for missing properties before they cause errors later.

50 lines (49 loc) 1.66 kB
{ "name": "can-validate-interface", "version": "1.0.3", "description": "Utility to validate property existence. Test for missing properties before they cause errors later.", "license": "MIT", "homepage": "https://github.com/canjs/can-validate-interface#readme", "main": "index.js", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com" }, "repository": { "type": "git", "url": "git://github.com/canjs/can-validate-interface.git" }, "bugs": { "url": "https://github.com/canjs/can-validate-interface/issues" }, "scripts": { "preversion": "npm test && npm run build", "version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/", "postpublish": "git push --tags && git checkout - && git branch -D release && git push", "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", "testee": "testee test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint ./*.js --config", "detect-cycle": "detect-cyclic-packages --ignore can-connect" }, "keywords": [ "interface", "canjs", "can", "can-validate" ], "devDependencies": { "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.5", "steal": "^1.5.15", "steal-qunit": "^2.0.0", "steal-tools": "^1.3.5", "testee": "^0.9.0" }, "dependencies": {} }