atsid/circuits-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "circuits-js",
  "version": "1.0.8",
  "description": "A client-side library",
  "homepage": "http://atsid.github.io/",
  "licenses": [
    {
      "type": "Apache2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "contributors": [
    {
      "name": "natoverse"
    },
    {
      "name": "tom-servo"
    },
    {
      "name": "wastevus"
    },
    {
      "name": "stopyoukid"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/atsid/circuits-js.git"
  },
  "scripts": {
    "test": "gulp lint test"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.2.0",
    "gulp": "^3.9.0",
    "gulp-bump": "^0.3.1",
    "gulp-filter": "^3.0.1",
    "gulp-git": "^1.4.0",
    "gulp-jshint": "^1.11.2",
    "gulp-rename": "^1.2.2",
    "gulp-requirejs-optimize": "^0.3.0",
    "gulp-tag-version": "^1.3.0",
    "jshint-stylish": "^2.0.1",
    "karma": "^0.13.9",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.0",
    "karma-coverage": "^0.5.2",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.1.1",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-requirejs": "^0.2.2",
    "mocha": "^2.3.2",
    "phantomjs": "^1.9.18",
    "requirejs": "^2.1.4",
    "run-sequence": "^1.1.2"
  }
}