[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/4db/javascript-algorithms/master/package.json [Back]  [Original]

{
  "name": "javascript-algorithms",
  "version": "0.0.0",
  "description": "Implementations of different computer science algorithms",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-jasmine": "^2.0.1",
    "gulp-jscs": "^1.4.0",
    "gulp-jshint": "^1.9.0",
    "gulp-shell": "^0.2.11",
    "jsdoc": "3.3.0-alpha13",
    "jshint-stylish": "^1.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mgechev/javascript-algorithms"
  },
  "author": "@mgechev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgechev/javascript-algorithms/issues"
  },
  "homepage": "https://github.com/mgechev/javascript-algorithms"
}

Web Proxy Viewer  |  New URL  |  Original Page