You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
960 B
42 lines
960 B
{ |
|
"name": "postcss-reporter", |
|
"version": "1.4.1", |
|
"description": "Log PostCSS messages in the console", |
|
"main": "index.js", |
|
"scripts": { |
|
"lint": "eslint .", |
|
"test": "npm run lint && tape test", |
|
"visual": "node test/visual.js" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"lib" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/postcss/postcss-reporter.git" |
|
}, |
|
"author": { |
|
"name": "David Clark", |
|
"email": "david.dave.clark@gmail.com", |
|
"url": "http://davidtheclark.com" |
|
}, |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/postcss/postcss-reporter/issues" |
|
}, |
|
"homepage": "https://github.com/postcss/postcss-reporter", |
|
"devDependencies": { |
|
"eslint": "1.3.1", |
|
"less": "2.7.1", |
|
"source-map": "0.5.6", |
|
"stylelint": "6.8.0", |
|
"tape": "4.6.0" |
|
}, |
|
"dependencies": { |
|
"chalk": "^1.0.0", |
|
"lodash": "^4.1.0", |
|
"log-symbols": "^1.0.2", |
|
"postcss": "^5.0.0" |
|
} |
|
}
|
|
|