UNPKG

can-view-nodelist

Version:
48 lines (47 loc) 1.42 kB
{ "name": "can-view-nodelist", "version": "4.3.4", "description": "Adds nesting of text nodes", "homepage": "https://canjs.com/doc/can-view-nodelist.html", "repository": { "type": "git", "url": "git://github.com/canjs/can-view-nodelist.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", "develop": "done-serve --static --develop --port 8080", "detect-cycle": "detect-cyclic-packages --ignore done-serve" }, "main": "can-view-nodelist", "keywords": [ "canjs", "canjs-plugin", "donejs" ], "dependencies": { "can-dom-mutate": "<2.0.0", "can-namespace": "1.0.0" }, "devDependencies": { "can-fragment": "^1.0.0", "can-reflect": "^1.0.0", "detect-cyclic-packages": "^1.1.0", "jshint": "^2.9.1", "steal": "^1.0.1", "steal-qunit": "^2.0.0", "testee": "^0.9.0" } }