You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
JSON
58 lines
1.6 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": {
|
|
"@validatem/allow-extra-properties": "^0.1.0",
|
|
"@validatem/array-of": "^0.1.2",
|
|
"@validatem/core": "^0.3.15",
|
|
"@validatem/error": "^1.1.0",
|
|
"@validatem/is-boolean": "^0.1.1",
|
|
"@validatem/is-postcss-plugin": "^0.2.0",
|
|
"@validatem/is-string": "^1.0.0",
|
|
"@validatem/one-of": "^0.1.1",
|
|
"@validatem/required": "^0.1.1",
|
|
"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",
|
|
"map-obj": "^4.1.0",
|
|
"object.fromentries": "^2.0.1",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^6.8.0",
|
|
"postcss": "^8.0.0"
|
|
},
|
|
"peeerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
}
|