1.4.1: Directory Structure Creation
This commit is contained in:
parent
25d622ec58
commit
bed4240acb
360 changed files with 111598 additions and 0 deletions
43
node_modules/csso-cli/package.json
generated
vendored
Normal file
43
node_modules/csso-cli/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "csso-cli",
|
||||
"version": "3.0.0",
|
||||
"description": "Command line interface for CSSO",
|
||||
"repository": "css/csso-cli",
|
||||
"license": "MIT",
|
||||
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"css",
|
||||
"minifier",
|
||||
"minify",
|
||||
"compress",
|
||||
"optimisation"
|
||||
],
|
||||
"bin": {
|
||||
"csso": "./bin/csso"
|
||||
},
|
||||
"main": "./index",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter dot",
|
||||
"codestyle": "eslint bin/* test index.js",
|
||||
"codestyle-and-test": "npm run codestyle && npm test",
|
||||
"travis": "npm run codestyle-and-test"
|
||||
},
|
||||
"dependencies": {
|
||||
"chokidar": "^3.0.0",
|
||||
"clap": "^1.0.9",
|
||||
"csso": "^4.0.1",
|
||||
"source-map": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.11.0",
|
||||
"mocha": "^5.2.0"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue