UNPKG

csstate

Version:

Simple library for handling different css states and properties. Made for testing css related things with mocha or something like this.

51 lines (50 loc) 1.4 kB
{ "name": "csstate", "version": "1.1.1", "description": "Simple library for handling different css states and properties. Made for testing css related things with mocha or something like this.", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "npm run lint && npm run karma && codecov", "lint": "eslint .", "karma": "karma start" }, "repository": { "type": "git", "url": "git+https://github.com/linuxenko/csstate.git" }, "keywords": [ "css", "test", "css-inject" ], "author": "Svetlana Linuxenko <linuxenko@yahoo.com> (http://www.linuxenko.pro)", "license": "MIT", "bugs": { "url": "https://github.com/linuxenko/csstate/issues" }, "homepage": "https://github.com/linuxenko/csstate#readme", "devDependencies": { "browserify": "^14.1.0", "browserify-istanbul": "^2.0.0", "chai": "^3.5.0", "codecov": "^1.0.1", "coveralls": "^3.0.7", "eslint": "^6.6.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.2", "eslint-plugin-standard": "^2.0.1", "karma": "^4.4.1", "karma-browserify": "^5.1.1", "karma-chai": "^0.1.0", "karma-cli": "^1.0.1", "karma-coverage": "^1.1.1", "karma-coveralls": "^2.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "mocha": "^6.2.2", "watchify": "^3.9.0" } }