generator-joomla-spc
Version:
Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "generator-joomla-spc",
"version": "0.0.14",
"description": "Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files",
"keywords": [
"yeoman-generator",
"Joomla",
"spc",
"grunt"
],
"homepage": "https://github.com/pacav69/generator-joomla-spc",
"bugs": "https://github.com/pacav69/generator-joomla-spc/issues",
"author": {
"name": "pacav69",
"email": "pacav69@gmail.com",
"url": "https://github.com/pacav69"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/pacav69/generator-joomla-spc.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "^1.1.1",
"inquirer": "^0.11.1",
"rimraf": "^2.5.0",
"semver": "^5.0.3",
"slugify": "^0.1.1",
"string-length": "^1.0.1",
"time-grunt": "^1.2.2",
"ucfirst": "^1.0.0",
"update-notifier": "^0.6.0",
"yeoman-generator": "^0.14.0",
"yo": "~1.4.8",
"yosay": "^1.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-attention": "^1.0.0",
"grunt-coffee": "0.0.6",
"grunt-coffeelint": "*0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mysql-runfile": "^0.2.1",
"mocha": "~1.14.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}