UNPKG

can-view-import

Version:
60 lines (59 loc) 1.82 kB
{ "name": "can-view-import", "version": "5.0.1", "description": "Import dependencies in CanJS views", "homepage": "https://canjs.com/doc/can-view-import.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-view-import.git" }, "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com" }, "scripts": { "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 ./*.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", "detect-cycle": "detect-cyclic-packages --ignore done-serve,steal-stache" }, "main": "can-view-import", "keywords": [ "CanJS" ], "dependencies": { "can-assign": "^1.0.0", "can-dom-data": "^1.0.1", "can-dom-mutate": "^2.0.0", "can-globals": "<2.0.0", "can-symbol": "^1.5.0", "can-log": "^1.0.0", "can-view-callbacks": "^5.0.0", "can-import-module": "^1.0.0", "can-child-nodes": "^1.0.0" }, "devDependencies": { "can-component": "^5.0.0-pre.5", "can-observation": "^4.2.0", "can-queues": "^1.3.0", "can-simple-map": "^4.0.0", "can-simple-observable": "^2.0.0", "can-stache": "^5.0.0", "can-stache-bindings": "^5.0.0", "can-stache-ast": "^1.1.0", "can-test-helpers": "^1.0.1", "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.1", "steal": "^2.2.1", "steal-qunit": "^1.0.0", "steal-stache": "^5.0.0", "testee": "^0.9.0" } }