{
  "name": "dompro",
  "version": "0.3.0",
  "description": "Dompro",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib dist",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/dompro.js",
    "build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/dompro.min.js",
    "build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min",
    "pretest": "rimraf coverage",
    "test": "mocha --require test/setup.js --compilers js:babel-register --recursive",
    "test:watch": "npm test -- --watch",
    "test:coverage": "nyc npm test",
    "test:report": "nyc report --reporter=text-lcov | coveralls",
    "coverage": "babel-node ./node_modules/babel-istanbul/lib/cli cover --dir ./coverage node_modules/mocha/bin/_mocha -- -R spec --ui bdd ./test/setup.js ./test/spec --recursive",
    "check:src": "npm run test",
    "prepublish": "npm run clean && npm run check:src && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stremann/dompro.git"
  },
  "keywords": [
    "dompro",
    "events",
    "props",
    "virtual",
    "dom"
  ],
  "author": "Roman Stremedlovskyi <stremann@yahoo.com> (https://github.com/stremann)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stremann/dompro/issues"
  },
  "homepage": "https://github.com/stremann/dompro#readme",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.20.0",
    "babel-istanbul": "^0.11.0",
    "babel-loader": "^6.2.9",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-register": "^6.18.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "cross-env": "^3.1.3",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.5",
    "jsdom": "^9.8.3",
    "mocha": "^3.2.0",
    "nyc": "^10.0.0",
    "proxyquire": "^1.7.10",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "webpack": "^1.14.0"
  }
}
