{
  "name": "shortstyle",
  "version": "0.1.53",
  "description": "Concise way of writing styles as properties",
  "main": "src/shortstyle.coffee",
  "scripts": {
    "test": "mocha 'src/**/test*.coffee' --watch --compilers coffee:coffeescript/register --transpile --slow 1",
    "testNEW": "NOTE THAT --watch doesnt work with newer version of mocha. Couldnt figure out why https://github.com/mochajs/mocha/wiki/compilers-deprecation. mocha 'src/**/test*.coffee' --require ./node_modules/coffeescript/register --transpile --watch-extensions coffee --watch",
    "clean": "rimraf *.js",
    "build": "coffee -o ./ -c src/",
    "dist": "npm run clean && npm run build && npm run sedjs",
    "pub": "npm run dist && npm publish && npm run clean && npm run sedcoffee",
    "sedjs": "sed -i '' -e 's/src\\/shortstyle.coffee\"/shortstyle.js\"/g' ./package.json",
    "sedcoffee": "sed -i '' -e 's/shortstyle.js\"/src\\/shortstyle.coffee\"/g' ./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Cottin/shortstyle.git"
  },
  "keywords": [
    "sql",
    "mongodb"
  ],
  "author": "Victor Cottin <victor@wecodebetter.se> (http://www.wecodebetter.se/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Cottin/shortstyle/issues"
  },
  "homepage": "https://github.com/Cottin/shortstyle",
  "dependencies": {
    "ramda": "^0.25.0",
    "ramda-extras": "^0.4.2"
  },
  "devDependencies": {
    "babel-core": "^6.3.15",
    "babel-eslint": "^5.0.0-beta4",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-hmre": "^1.0.0",
    "coffeescript": "^2.5.1",
    "cross-env": "^1.0.6",
    "eslint": "^1.10.3",
    "eslint-plugin-babel": "^3.0.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.4.3",
    "testhelp": "^0.1.2"
  }
}
