wearefine/fryr

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fryr",
  "version": "1.2.1",
  "description": "Command location.hash like a cook in the kitchen",
  "main": "fryr.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "karma": "~0.13",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs2-launcher": "^0.4.0",
    "karma-chrome-launcher": "^0.2.2"
  },
  "scripts": {
    "test": "env PHANTOMJS_BIN=/usr/local/bin/phantomjs karma start ./test/karma.conf.js",
    "test:dev": "karma start ./test/local.karma.conf.js",
    "test:dev:phantom": "karma start ./test/local.phantom.karma.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wearefine/fryr.git"
  },
  "keywords": [
    "hash",
    "query",
    "params",
    "parameters",
    "queries"
  ],
  "author": "Tim Shedor <tim@wearefine.com>",
  "contributors": [
    "FINE Design Group, Inc. Dev Department",
    "Kyle Shevlin <kyle@wearefine.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wearefine/fryr/issues"
  },
  "homepage": "https://github.com/wearefine/fryr"
}