{
  "name": "rmns",
  "version": "1.1.5",
  "description": "Remote Multiscale Navigation System",
  "main": "lib/index.js",
  "bin": "bin/rmns",
  "scripts": {
    "build": "rm -rf build && node-gyp configure && node-gyp build",
    "start": "node lib/index.js",
    "dev": "nodejs-dashboard node lib/index.js",
    "test": "mocha --timeout 10000 test/*.js",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/htaunay/rmns.git"
  },
  "author": "Henrique Taunay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/htaunay/rmns/issues"
  },
  "homepage": "https://github.com/htaunay/rmns#readme",
  "devDependencies": {
    "coveralls": "^2.11.14",
    "istanbul": "^0.4.5",
    "mocha": "^2.3.3",
    "nodejs-dashboard": "^0.1.0",
    "request": "^2.65.0",
    "should": "^7.1.1",
    "should-http": "0.0.4"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "math": "0.0.3",
    "nan": "^2.4.0",
    "node-version-compare": "^1.0.1"
  }
}
