gpedro/node-vagalume

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vagalume",
  "version": "0.0.5",
  "description": "Vagalume API Node Module",
  "homepage": "http://github.com/gpedro/node-vagalume/",
  "author": {
    "name": "Gabriel Pedro",
    "email": "gpedro831@gmail.com",
    "url": "https://gpedro.net"
  },
  "repository": "gpedro/node-vagalume",
  "license": "MIT",
  "keywords": [
    "node-vagalume",
    "vagalume",
    "musica",
    "api",
    "brasil",
    "gpedro"
  ],
  "dependencies": {
    "dashify": "^0.2.0",
    "node-fetch": "^1.7.1"
  },
  "devDependencies": {
    "browserify": "^14.4.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-cli": "^3.0.0",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "^3.4.2",
    "tape": "^4.0.0",
    "time-grunt": "^1.1.0"
  },
  "files": [
    "index.js",
    "util/constants.js"
  ],
  "scripts": {
    "test": "grunt && npm run browser-test",
    "browser-test": "npm run browser && tape test/browser/*.js",
    "browser": "browserify standalone.js > browser.js"
  },
  "testling": {
    "harness": "tape",
    "files": "test/browser/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  }
}