generator-at-angular
Version:
Yeoman angular application generator thet uses Webpack, SASS, UI router, Karma and Jasmine for testing, and auto generated docs.
88 lines (87 loc) • 2.13 kB
JSON
{
"name": "generator-at-angular",
"version": "0.4.3",
"description": "Yeoman angular application generator thet uses Webpack, SASS, UI router, Karma and Jasmine for testing, and auto generated docs.",
"homepage": "http://a-tokyo.github.io/generator-at-angular/",
"author": {
"name": "Ahmed Tarek",
"email": "ahmed.tokyo1@gmail.com",
"url": "http://github.com/a-tokyo",
"organization": "dreidev"
},
"contributors": [
{
"name": "Ahmed Tarek",
"email": "ahmed.tokyo1@gmail.com",
"url": "http://github.com/a-tokyo",
"organization": "dreidev"
},
{
"name": "Clive Makamara",
"email": "clive@makamara.me",
"url": "http://github.com/cmosh",
"organization": "dreidev"
}
],
"repository": {
"type": "git",
"url": "https://github.com/A-Tokyo/generator-at-angular.git"
},
"main": "generators/app/index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"files": [
"generators/"
],
"keywords": [
"yeoman-generator",
"generator",
"sub-generator",
"architecture",
"angular",
"component",
"es6",
"es2015",
"es2016",
"es2017",
"babel",
"webpack",
"webpack2",
"testing",
"tests",
"karma",
"jasmine",
"sass",
"bootstrap",
"angular-material",
"angular-md",
"docs",
"documentation",
"auto-document",
"tokyo"
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"fs-extra": "^2.0.0",
"generator-git-init": "^1.1.3",
"js-beautify": "^1.6.8",
"json-query": "^2.2.0",
"jsonfile": "^2.4.0",
"lodash": "^4.16.1",
"mkdirp": "^0.5.1",
"yeoman-generator": "^0.22.5",
"yosay": "^1.2.1"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.2.0",
"yeoman-test": "^1.6.0"
}
}