{
  "name": "dynamic-css",
  "version": "0.1.2",
  "description": "dynamic append, remove css",
  "main": "lib/dynamic-css.min.js",
  "scripts": {
    "build": "rimraf lib && node_modules/.bin/webpack --config webpack.config.js",
    "test": "./node_modules/karma/bin/karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reaperes/dynamic-css.git"
  },
  "keywords": [
    "dynamic",
    "css"
  ],
  "author": {
    "name": "reaperes",
    "email": "reaperes105@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reaperes/dynamic-css/issues"
  },
  "homepage": "https://github.com/reaperes/dynamic-css#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "karma": "^1.1.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^1.0.1",
    "karma-detect-browsers": "^2.1.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "karma-safari-launcher": "^1.0.0",
    "mocha": "^3.0.0",
    "rimraf": "^2.5.4",
    "webpack": "^1.13.1"
  }
}
