icssify/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2019-11-24 00:27:27 +01:00
{
"name": "icssify",
2020-03-06 02:16:03 +01:00
"version": "1.2.1",
2019-11-24 00:27:27 +01:00
"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",
2019-11-24 00:27:27 +01:00
"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",
2020-03-06 02:11:53 +01:00
"eslint": "^6.8.0"
2019-11-24 00:27:27 +01:00
}
}