laravel-elixir-myth
Version:
Laravel Elixir Myth Extension
39 lines (38 loc) • 844 B
JSON
{
"name": "laravel-elixir-myth",
"version": "1.0.0",
"description": "Laravel Elixir Myth Extension",
"main": "index.js",
"scripts": {
"test": "cd elixir-test-app && mocha test --timeout=5000"
},
"keywords": [
"laravel",
"elixir",
"myth",
"gulp"
],
"author": {
"name": "Joseph Cohen"
},
"license": "MIT",
"dependencies": {
"gulp-myth": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/joecohens/laravel-elixir-myth"
},
"bugs": {
"url": "https://github.com/joecohens/laravel-elixir-myth/issues"
},
"homepage": "https://github.com/joecohens/laravel-elixir-myth",
"devDependencies": {
"gulp": "^3.8.8",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"laravel-elixir": "^4.0.0||^5.0.0",
"underscore": "^1.8.3"
}
}