UNPKG

can-model

Version:
57 lines (56 loc) 1.59 kB
{ "name": "can-model", "version": "4.1.2", "description": "can.Model", "main": "src/can-model.js", "scripts": { "preversion": "npm test && npm run build", "postversion": "git push --tags && git push", "testee": "testee src/test.html --browsers firefox", "test": "npm run jshint && npm run testee", "jshint": "jshint src/. --config", "build": "node build.js", "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" }, "repository": { "type": "git", "url": "git+https://github.com/canjs/can-model.git" }, "keywords": [ "CanJS", "DoneJS" ], "author": "Prashant Sharma and Bitovi", "license": "MIT", "bugs": { "url": "https://github.com/canjs/can-model/issues" }, "homepage": "https://github.com/canjs/can-model#readme", "dependencies": { "can-ajax": "^2.0.0", "can-assign": "^1.1.0", "can-construct": "^3.0.4", "can-event-queue": "^1.1.0", "can-key": "^1.2.0", "can-list": "^4.0.0", "can-log": "^1.0.0", "can-map": "^4.1.1", "can-namespace": "1.0.0", "can-observation": "^4.0.0", "can-observation-recorder": "^1.2.0", "can-reflect": "^1.17.0", "can-string": "^1.0.0" }, "devDependencies": { "can-fixture": "^3.0.0", "jquery": "^3.6.0", "jshint": "^2.9.1", "steal": "^1.5.2", "steal-qunit": "1.0.1", "steal-tools": "^1.3.3", "testee": "^0.9.0" } }