r7com/r7-component

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "r7-component",
  "version": "1.0.0",
  "description": "R7 namespace generator",
  "main": "main.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/r7com/r7-component.git"
  },
  "keywords": [
    "R7",
    "javascript"
  ],
  "author": "R7.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/r7com/r7-component/issues"
  },
  "homepage": "https://github.com/r7com/r7-component",
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-jasmine": "^0.8.1",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-jasmine-coverage": "^0.1.0",
    "grunt-karma": "^0.11.0",
    "grunt-open": "^0.2.3",
    "grunt-template-jasmine-istanbul": "^0.3.0",
    "jasmine-core": "^2.1.3",
    "karma": "^0.12.33",
    "karma-jasmine": "^0.3.5",
    "karma-phantomjs-launcher": "^0.1.4"
  }
}