gulp-riot
Version:
gulp plugin for riot
43 lines (42 loc) • 874 B
JSON
{
"name": "gulp-riot",
"version": "1.1.5",
"description": "gulp plugin for riot",
"keywords": [
"gulpplugin",
"riot",
"riotjs",
"gulp"
],
"main": "build/index.js",
"scripts": {
"test": "mocha --require babel-register",
"prebuild": "rimraf build",
"build": "babel src -d build",
"prepublish": "npm run test && npm run build"
},
"author": {
"name": "jigsaw",
"url": "http://jgs.me"
},
"repository": {
"url": "https://github.com/e-jigsaw/gulp-riot.git"
},
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"plugin-error": "^1.0.1",
"riot": "3.x",
"through2": "2.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"vinyl": "^2.2.0"
}
}