UNPKG

generator-ionic-1-ndjathe

Version:
56 lines (55 loc) 1.3 kB
{ "name": "generator-ionic-1-ndjathe", "version": "1.0.3", "description": "Side menu app base template", "homepage": "", "author": { "name": "NDJATHE NDJATHE Franklin Wilfried", "email": "ndjathe.fwnn@gmail.com", "url": "https://ndjathe.wordpress.com" }, "files": [ "generators" ], "main": "generators/index.js", "keywords": [ "ionic", "yeoman-generator", "sidemenu", "v1", "1", "ndjathe" ], "dependencies": { "yeoman-generator": "^1.0.0", "chalk": "^1.1.3", "yosay": "^1.2.1" }, "devDependencies": { "yeoman-test": "^1.6.0", "yeoman-assert": "^2.2.1", "eslint": "^3.1.1", "eslint-config-xo-space": "^0.15.0", "gulp": "^3.9.0", "gulp-eslint": "^3.0.1", "gulp-exclude-gitignore": "^1.0.0", "gulp-line-ending-corrector": "^1.0.1", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^3.0.1", "gulp-plumber": "^1.0.0", "gulp-nsp": "^2.1.0", "gulp-coveralls": "^0.1.0" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true } }, "repository": "ndjathe-ndjathe/generator-ionic-1-ndjathe", "scripts": { "prepublish": "gulp prepublish", "test": "gulp" }, "private": false }