rafaelcamargo/dollert

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dollert",
  "version": "0.3.0",
  "description": "Get notified when dollar reachs the price you are looking for",
  "author": "Rafael Camargo <contato@rafaelcamargo.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/rafaelcamargo/dollert"
  },
  "license": "MIT",
  "dependencies": {
    "jquery": "^2.1.4"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-concat-in-order": "^0.1.6",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-cssmin": "^0.14.0",
    "grunt-contrib-jade": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-stylus": "^0.22.0",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-exec": "^0.4.6",
    "grunt-http-server": "^1.2.0",
    "grunt-karma": "^0.11.0",
    "grunt-zip": "^0.17.1",
    "jade": "^1.11.0",
    "jade-cli": "^0.1.1",
    "jasmine-core": "~2.3.0",
    "jasmine-jquery": "^2.1.1",
    "karma": "^0.12.36",
    "karma-chrome-launcher": "^0.2.1",
    "karma-coverage": "^0.3.1",
    "karma-jasmine": "~0.3.5",
    "karma-jasmine-jquery": "^0.1.1",
    "karma-phantomjs-launcher": "1.0.2",
    "karma-threshold-reporter": "^0.1.15",
    "phantomjs": "^1.9.17"
  }
}