UNPKG

quixote

Version:

CSS unit and integration testing

41 lines (40 loc) 1.02 kB
{ "name": "quixote", "version": "1.0.1", "description": "CSS unit and integration testing", "main": "src/quixote.js", "dependencies": {}, "devDependencies": { "browserify": "^16.5.1", "eslint": "^6.8.0", "gaze": "^1.1.3", "glob": "^7.1.6", "jake": "^8.1.1", "karma": "^1.3.0", "karma-commonjs": "1.0.0", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^1.3.0", "mocha": "^3.5.3", "semver": "^7.2.1", "shelljs": "^0.8.3", "simplebuild-karma": "^1.0.0" }, "scripts": { "test": "echo '*** Read CONTRIBUTING.md for a better way to test quixote ***' && ./jake.sh loose=true capture=Firefox" }, "repository": { "type": "git", "url": "https://github.com/jamesshore/quixote.git" }, "keywords": [ "css", "test", "tdd" ], "author": "James Shore <jshore@jamesshore.com>", "license": "MIT", "bugs": { "url": "https://github.com/jamesshore/quixote/issues" }, "homepage": "https://github.com/jamesshore/quixote" }