Files
emacs/lisp/emacs-application-framework/app/mermaid/node_modules/scope-css/package.json
2020-12-05 21:29:49 +01:00

40 lines
806 B
JSON

{
"name": "scope-css",
"version": "1.2.1",
"description": "Scope each css rule with a selector, ie. nest into parent",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/scope-css.git"
},
"keywords": [
"css",
"style",
"insert-css",
"nesting",
"scope",
"nest",
"parent",
"selector",
"sheetify"
],
"author": "ΔY <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/scope-css/issues"
},
"homepage": "https://github.com/dy/scope-css#readme",
"devDependencies": {
"cln": "^1.1.0",
"tape": "^4.9.1"
},
"dependencies": {
"escaper": "^2.5.3",
"slugify": "^1.3.1",
"strip-css-comments": "^3.0.0"
}
}