This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/style-search/package.json
2020-11-01 22:46:04 +00:00

28 lines
586 B
JSON

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