You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
874 B
JSON
37 lines
874 B
JSON
{
|
|
"name": "@joepie91/gulp-preset-riot",
|
|
"version": "1.0.1",
|
|
"description": "A Gulp preset for Riot.js components",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.cryto.net/joepie91/node-gulp-preset-riot.git"
|
|
},
|
|
"keywords": [
|
|
"gulp",
|
|
"preset",
|
|
"riot"
|
|
],
|
|
"author": "Sven Slootweg",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"@joepie91/gulp-partial-livereload": "^1.0.0",
|
|
"@joepie91/gulp-partial-logger": "^1.0.0",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-riot": "^0.4.9",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-remember": "^0.3.0",
|
|
"gulp-util": "^3.0.7"
|
|
}
|
|
}
|