felt-recipe-riot
Version:
A recipe for Felt with Riot
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "felt-recipe-riot",
"version": "0.2.1",
"description": "A recipe for Felt with Riot",
"main": "felt.config.js",
"homepage": "https://github.com/cognitom/felt-recipe-riot",
"repository": {
"type": "git",
"url": "git+https://github.com/cognitom/felt-recipe-riot.git"
},
"author": "Tsutomu Kawamura",
"license": "MIT",
"bugs": {
"url": "https://github.com/cognitom/felt-recipe-riot/issues"
},
"keywords": [
"felt"
],
"dependencies": {
"felt-postcss": "^0.1.0",
"felt-rollup": "^0.1.1",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-riot": "^0.4.0"
},
"devDependencies": {
"eslint": "^3.3.0",
"felt": "^0.2.2",
"fs-promise": "^0.5.0",
"marked": "^0.3.6",
"mocha": "^3.0.2",
"nightmare": "^2.6.1",
"request": "^2.74.0",
"request-promise": "^4.1.1"
},
"scripts": {
"test": "npm run eslint && npm run mocha",
"eslint": "eslint index.js",
"mocha": "mocha -t 20000 test/spec.js"
}
}