blob: af46dd8060e4662d6d754de49b559a4441cb77a7 [file] [log] [blame]
{
"author": {
"name": "Keegan Street",
"url": "http://keegan.st"
},
"bin": {
"specificity": "./bin/specificity"
},
"bugs": {
"url": "https://github.com/keeganstreet/specificity/issues"
},
"description": "Calculate the specificity of a CSS selector",
"devDependencies": {
"esm": "^3.0.71",
"mocha": "^5.2.0",
"rollup": "^0.62.0"
},
"homepage": "https://github.com/keeganstreet/specificity",
"keywords": [
"CSS",
"specificity"
],
"license": "MIT",
"main": "dist/specificity",
"module": "dist/specificity.mjs",
"name": "specificity",
"repository": {
"type": "git",
"url": "https://github.com/keeganstreet/specificity.git"
},
"scripts": {
"prepare": "rollup --config",
"test": "mocha test/test.js --require esm"
},
"types": "specificity.d.ts",
"version": "0.4.1"
}