blob: 685005c6f3d8d961d33be640f8d92844fea236c8 [file] [log] [blame]
{
"author": "David Clark",
"bugs": {
"url": "https://github.com/davidtheclark/style-search/issues"
},
"description": "Search CSS(-like) strings",
"devDependencies": {
"tape": "^4.5.1"
},
"homepage": "https://github.com/davidtheclark/style-search#readme",
"keywords": [
"css",
"search",
"stylelint"
],
"license": "ISC",
"main": "index.js",
"name": "style-search",
"repository": {
"type": "git",
"url": "git+https://github.com/davidtheclark/style-search.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "0.1.0"
}