{
  "name": "table-styles",
  "version": "1.1.7",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-transform-async-to-generator": "^6.8.0",
    "babel-plugin-transform-class-properties": "^6.9.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-function-bind": "^6.8.0",
    "babel-preset-async-to-bluebird": "^1.1.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-node6": "^11.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-register": "^6.9.0",
    "babelify": "^7.3.0",
    "bluebird": "^3.4.0",
    "browserify": "^13.0.1",
    "express": "^4.13.4",
    "express-babelify-middleware": "^0.2.1",
    "express-less": "0.0.8",
    "less-plugin-autoprefix": "^1.5.1",
    "less-plugin-clean-css": "^1.5.1",
    "normalize.less": "^1.0.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-overlays": "^0.6.0"
  },
  "devDependencies": {
    "gh-pages-deploy": "^0.4.1",
    "git-release": "^0.6.0",
    "jade": "^1.11.0",
    "less": "^2.6.1"
  },
  "scripts": {
    "test": "node index.js --test",
    "start": "node test-server.js",
    "less": "lessc -x ./styles/table-styles.less ./dist/styles/table-styles.css && lessc -x ./styles/examples.less ./dist/styles/examples.css",
    "jade": "jade -p ./styles_examples/main.jade < ./styles_examples/main.jade  > ./dist/index.html",
    "deploy": "gh-pages-deploy",
    "bower-dist": "cp -r bower_components dist/bower_components",
    "post-install": "npm run less",
    "build": "babel ./components --out-dir ./lib --source-maps --presets node6,es2015,react --plugins transform-class-properties;npm run less",
    "publish": "npm run build && release"
  },
  "gh-pages-deploy": {
    "staticpath": "dist",
    "prep": [
      "less",
      "jade",
      "bower-dist"
    ]
  },
  "author": "",
  "license": "ISC"
}
