Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
generator-cela / package.json
Size: Mime:
{
  "name": "generator-cela",
  "version": "0.1.3",
  "description": "Yeoman generator for creating CELA stack applications, using CouchDB, Express, Lockit and AngularJS",
  "keywords": [
    "yeoman-generator",
    "cela",
    "couchdb",
    "angularjs",
    "express",
    "scaffold",
    "fullstack",
    "framework",
    "component",
    "front-end",
    "material",
    "design",
    "angular-material",
    "app"
  ],
  "homepage": "https://github.com/italoag/generator-cela",
  "bugs": "https://github.com/sincraianul/generator-cela/issues",
  "author": "Italo A. G.",
  "repository": {
    "type": "git",
    "url": "git://github.com/italoag/generator-cela.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "yeoman-generator": "~0.17.0",
    "chalk": "~0.4.0",
    "wiredep": "~0.4.2",
    "generator-ng-component": "~0.0.4"
  },
  "peerDependencies": {
    "yo": ">=1.2.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "fs-extra": "^0.9.1",
    "grunt": "~0.4.1",
    "grunt-build-control": "DaftMonk/grunt-build-control",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-conventional-changelog": "~1.0.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-release": "~0.6.0",
    "load-grunt-tasks": "~0.2.0",
    "marked": "~0.2.8",
    "mocha": "~1.21.0",
    "q": "^1.0.1",
    "semver": "~2.2.1",
    "shelljs": "^0.3.0",
    "underscore.string": "^2.3.3"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}