{
  "name": "flatman-client",
  "version": "1.11.0",
  "license": "MIT",
  "author": "Sean MacIsaac <seanjmacisaac@gmail.com> (http://twitter.com/seanjmacisaac)",
  "main": "bin/createNode.min.js",
  "scripts": {
    "dev": "ENV='development' node build/ && node test/index.js",
    "build": "ENV='production' node build/ && node test/index.js && uglifyjs index.js -c -m -o index.min.js && node build/readme/index.js",
    "test": "node test/index.js"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "eslint": "^3.14.0",
    "flatman-component": "^0.18.1",
    "glob": "^7.1.2",
    "lodash": "^4.17.4",
    "match-file-utility": "^3.4.0",
    "selenium-webdriver": "^3.4.0",
    "tiny-test": "^0.9.2",
    "uglify-js": "^3.0.24"
  }
}
