UNPKG

can-query-logic

Version:
66 lines (65 loc) 1.68 kB
{ "name": "can-query-logic", "version": "1.2.4", "description": "query data", "homepage": "", "repository": { "type": "git", "url": "git://github.com/canjs/can-query-logic.git" }, "author": { "name": "Bitovi", "email": "core@donejs.com", "url": "donejs.com" }, "scripts": { "ci": "npm run test && node test-saucelabs.js", "http-server": "http-server -p 3000 --silent", "preversion": "npm test", "postpublish": "git push --tags && git push", "testee": "testee test.html --browsers firefox", "test": "npm run jshint && npm run testee", "jshint": "jshint --config .jshintrc --exclude ./node_modules,./dist .", "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" }, "main": "can-query-logic", "keywords": [ "", "donejs-plugin" ], "steal": { "npmIgnore": [ "testee", "generator-donejs", "donejs-cli", "steal-tools" ], "plugins": [ "steal-less", "steal-stache" ] }, "dependencies": { "can-assign": "^1.1.1", "can-define-lazy-value": "^1.0.2", "can-key": "<2.0.0", "can-log": "^1.0.0", "can-reflect": "^1.14.1", "can-symbol": "^1.6.1" }, "devDependencies": { "can-define": "^2.0.3", "can-test-helpers": "^1.1.2", "http-server": "^0.11.0", "jshint": "^2.9.1", "steal": "^2.2.1", "steal-qunit": "^2.0.0", "steal-tools": "^2.2.1", "test-saucelabs": "^0.0.6", "testee": "^0.9.0" }, "license": "MIT" }