{
  "name": "@itper/css-shorthand-expand",
  "version": "1.2.0",
  "description": "Expand CSS shorthand properties",
  "main": "source/index.js",
  "scripts": {
    "test": "tape test/*.js",
    "test-client": "browserify test/*.js | testling"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kapetan/css-shorthand-expand"
  },
  "keywords": [
    "css",
    "shorthand",
    "longhand",
    "expand",
    "properties"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kapetan/css-shorthand-expand/issues"
  },
  "homepage": "https://github.com/kapetan/css-shorthand-expand",
  "dependencies": {
    "css-color-names": "0.0.1",
    "css-url-regex": "0.0.1",
    "hex-color-regex": "^1.0.1",
    "hsl-regex": "^1.0.0",
    "hsla-regex": "^1.0.0",
    "map-obj": "^1.0.0",
    "repeat-element": "^1.1.0",
    "rgb-regex": "^1.0.1",
    "rgba-regex": "^1.0.0",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "browserify": "^9.0.3",
    "tape": "^3.5.0",
    "testling": "^1.7.1"
  }
}
