felt-recipe-standard
Version:
Standard recipe for Felt
30 lines (29 loc) • 793 B
JSON
{
"name": "felt-recipe-standard",
"version": "0.2.0",
"description": "Standard recipe for Felt",
"main": "felt.config.js",
"homepage": "https://github.com/cognitom/felt-recipe-standard",
"repository": {
"type": "git",
"url": "git+https://github.com/cognitom/felt-recipe-standard.git"
},
"author": "Tsutomu Kawamura",
"license": "MIT",
"bugs": {
"url": "https://github.com/cognitom/felt-recipe-standard/issues"
},
"keywords": [
"felt"
],
"dependencies": {
"babel-preset-es2015-rollup": "^1.1.1",
"felt-postcss": "^0.1.0",
"felt-rollup": "^0.1.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.0.2",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0"
}
}