46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "icssify",
|
|
"version": "1.2.1",
|
|
"description": "A Browserify plugin for handling CSS (through PostCSS), with **full and correct support** for ICSS and CSS modules.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.cryto.net/joepie91/icssify.git"
|
|
},
|
|
"keywords": [
|
|
"postcss",
|
|
"browserify",
|
|
"transform",
|
|
"icss",
|
|
"css",
|
|
"modules",
|
|
"css-modulesify"
|
|
],
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "(WTFPL OR CC0-1.0) AND MIT",
|
|
"bugs": {
|
|
"url": "https://git.cryto.net/joepie91/icssify/issues"
|
|
},
|
|
"dependencies": {
|
|
"assure-array": "^1.0.0",
|
|
"bl": "^4.0.0",
|
|
"bluebird": "^3.7.1",
|
|
"default-value": "^1.0.0",
|
|
"find-cycle": "^1.0.0",
|
|
"generic-names": "^2.0.1",
|
|
"insert-css": "^2.0.0",
|
|
"object.fromentries": "^2.0.1",
|
|
"postcss": "^6.0.9",
|
|
"postcss-modules-extract-imports": "^2.0.0",
|
|
"postcss-modules-local-by-default": "^3.0.2",
|
|
"postcss-modules-scope": "^2.1.0",
|
|
"postcss-modules-values": "^3.0.0",
|
|
"through2": "^2.0.3",
|
|
"validatem": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|