{
  "name": "style-attr",
  "version": "1.3.0",
  "description": "Parse and stringify style attributes",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel --out-dir lib src",
    "flow": "flow check src/",
    "test": "npm run flow && tape test.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joshwnj/style-attr"
  },
  "keywords": [
    "style",
    "parse",
    "stringify"
  ],
  "author": "joshwnj",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joshwnj/style-attr/issues"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/joshwnj/style-attr",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-plugin-transform-flow-strip-types": "^6.5.0",
    "flow-bin": "^0.37.0",
    "tape": "^4.5.1"
  }
}
