{
  "name": "floating-label",
  "version": "2.0.0",
  "description": "A floating label plugin written in vanilla javascript",
  "main": "floatingLabel.js",
  "scripts": {
    "start": "http-server",
    "test": "standard; browserify test/index.js | tape-run | tap-spec",
    "dist": "browserify floatingLabel.js -s floatingLabel | derequire > dist/floatingLabel.js; browserify floatingLabel.js -s floatingLabel | derequire | uglifyjs - > dist/floatingLabel.min.js"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/8..latest",
      "chrome/latest",
      "firefox/latest",
      "safari/latest",
      "opera/latest"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/datuhealth/floating-label.git"
  },
  "keywords": [
    "floating",
    "label",
    "label",
    "input",
    "forms",
    "javascript"
  ],
  "author": "Mike Engel <mike.engel@datuhealth.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/datuhealth/floating-label/issues"
  },
  "homepage": "https://datuhealth.github.io/floating-label/",
  "devDependencies": {
    "browserify": "^11.2.0",
    "derequire": "^2.0.0",
    "es5-shim": "^4.1.0",
    "http-server": "^0.8.5",
    "pre-commit": "^1.0.6",
    "standard": "^5.3.1",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.1",
    "tape-run": "^1.1.0",
    "uglify-js": "^2.5.0"
  },
  "standard": {
    "ignore": [
      "dist/"
    ]
  }
}
