30 lines
793 B
JSON
30 lines
793 B
JSON
{
|
|
"name": "css-doodle",
|
|
"version": "0.1.4",
|
|
"description": "A web component for drawing patterns with css.",
|
|
"main": "css-doodle.js",
|
|
"scripts": {
|
|
"build": "rollup --format=umd --output=css-doodle.js -- src/index.js",
|
|
"minify": "butternut --input=css-doodle.js --output=css-doodle.min.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yuanchuan/css-doodle.git"
|
|
},
|
|
"devDependencies": {
|
|
"butternut": "^0.4.6",
|
|
"rollup": "^0.41.6"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"web-components"
|
|
],
|
|
"author": "yuanchuan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/yuanchuan/css-doodle/issues"
|
|
},
|
|
"homepage": "https://github.com/yuanchuan/css-doodle#readme"
|
|
}
|