{
  "name": "css-wrap",
  "version": "0.1.0",
  "description": "Wrap CSS rules in a namespace",
  "main": "css_wrap.js",
  "homepage": "https://github.com/benignware/css-wrap",
  "author": {
    "name": "Rafael Nowrotek",
    "email": "mail@benignware.com",
    "url": "http://benignware.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/benignware/css-wrap.git"
  },
  "bugs": {
    "url": "https://github.com/benignware/css-wrap/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/benignware/css-wrap/blob/master/LICENSE-MIT"
    }
  ],
  "scripts": {
    "test": "nodeunit test/css_wrap_test.js"
  },
  "dependencies": {
    "css-parse": "^2.0.0",
    "css-stringify": "^2.0.0",
    "deepmerge": "^0.2.10"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "nodeunit": "^0.9.1"
  }
}
