mirror of https://gitee.com/antv-l7/antv-l7
23 lines
424 B
JSON
23 lines
424 B
JSON
{
|
|
"name": "postcss-plugin",
|
|
"version": "1.0.0",
|
|
"description": "a postcss plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --require babel-core/register ./tests/plugin.spec.js"
|
|
},
|
|
"keywords": [
|
|
"postcss",
|
|
"plugin"
|
|
],
|
|
"author": "Carlos Batman",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss": "^6.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.0",
|
|
"mocha": "^3.4.2"
|
|
}
|
|
}
|