asdqwex/doplr

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "doplr",
  "version": "0.0.2",
  "description": "The infrastructure discovery toolkit",
  "main": "lib/index.js",
  "bin": "bin/doplr.js",
  "engines": ">= 2.1.0",
  "scripts": {
    "test": "env NODE_ENV=test node node_modules/mocha/bin/_mocha --reporter spec",
    "lint": "eslint gulpfile.js bin/doplr.js lib/*.js test/*.js",
    "build": "COMPRESS=true ./node_modules/gulp/bin/gulp.js",
    "develop": "./node_modules/gulp/bin/gulp.js watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/asdqwex/doplr.git"
  },
  "author": "Seandon Mooy, Matt Ellsworth",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/asdqwex/doplr/issues"
  },
  "homepage": "https://github.com/asdqwex/doplr#readme",
  "dependencies": {
    "koa": "0.21.0",
    "koa-bodyparser": "^2.0.0",
    "koa-favicon": "^1.2.0",
    "koa-route": "^2.4.1",
    "koa-static": "^1.4.9",
    "leveldown": "^1.3.0",
    "levelup": "^1.2.1",
    "open": "0.0.5",
    "yargs": "^3.11.0"
  },
  "devDependencies": {
    "babel": "^5.5.8",
    "babel-core": "^5.5.8",
    "babel-loader": "^5.1.4",
    "connect-modrewrite": "^0.8.1",
    "d3": "^3.5.5",
    "eslint": "^0.23.0",
    "gulp": "^3.9.0",
    "gulp-connect": "^2.2.0",
    "gulp-jade": "^1.0.1",
    "gulp-less": "^3.0.3",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "gulp-watch": "^4.2.4",
    "jquery": "^2.1.4",
    "mocha": "^2.2.5",
    "node-libs-browser": "^0.5.2",
    "react": "^0.13.3",
    "run-sequence": "^1.1.0",
    "semantic-ui": "^1.12.3",
    "should": "^6.0.3",
    "webpack": "^1.9.11",
    "webpack-stream": "^2.0.0"
  }
}