UNPKG

can-view-live

Version:

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join our Discourse](https://img.shields.io/discourse/https/

80 lines (79 loc) 2.28 kB
{ "name": "can-view-live", "version": "5.0.5", "description": "", "homepage": "https://canjs.com/doc/can-view-live.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-view-live.git" }, "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com" }, "scripts": { "ci": "npm test && node test/sauce-labs.js", "http-server": "http-server -p 3000 --silent", "preversion": "npm test", "postpublish": "git push --tags && git push", "testee": "testee test/test.html --browsers firefox", "test": "npm run detect-cycle && npm run jshint && npm run testee", "jshint": "jshint test/*.js lib/*.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", "develop": "done-serve --static --develop --port 8080", "detect-cycle": "detect-cyclic-packages --ignore done-serve" }, "main": "can-view-live", "keywords": [ "CanJS", "DoneJS" ], "steal": { "main": "can-view-live", "configDependencies": [ "live-reload" ], "npmIgnore": [ "documentjs", "testee", "generator-donejs", "donejs-cli", "steal-tools" ] }, "dependencies": { "can-attribute-observable": "^2.0.0", "can-child-nodes": "^1.0.0", "can-diff": "^1.5.0", "can-dom-mutate": "^2.0.8", "can-fragment": "^1.0.0", "can-observation": "^4.2.0", "can-queues": "^1.3.0", "can-reflect": "^1.10.2", "can-reflect-dependencies": "^1.0.1", "can-simple-observable": "^2.0.0", "can-symbol": "^1.4.1", "can-view-callbacks": "^5.0.0", "can-view-parser": "^4.0.0", "can-view-target": "^5.0.0" }, "devDependencies": { "can-define": "^2.0.0", "can-globals": "^1.2.0", "can-simple-map": "^4.0.0", "can-test-helpers": "^1.1.4", "detect-cyclic-packages": "^1.1.0", "done-serve": "^3.3.1", "http-server": "^0.10.0", "jshint": "^2.9.1", "steal": "^1.12.6", "steal-qunit": "^2.0.0", "test-saucelabs": "0.0.6", "testee": "^0.9.0" } }