{
  "name": "XWindow",
  "version": "0.0.9",
  "description": "XWindow is a wrapper for window object",
  "main": "dist/XWindow.js",
  "scripts": {
    "build": "npm run clean && npm run build:umd && npm run build:umd:min",
    "build:dev": "NODE_ENV=production webpack src/xWindow.js dist/XWindow.js -w",
    "build:umd": "NODE_ENV=production webpack src/xWindow.js dist/XWindow.js",
    "build:umd:min": "NODE_ENV=production webpack src/xWindow.js dist/XWindow.min.js -p",
    "clean": "rimraf dist",
    "demo": "browser-sync start --serveStatic example dist",
    "lint": "./node_modules/eslint/bin/eslint.js src test",
    "deploy": "npm run clean && npm run lint && npm run test && npm run build",
    "test": "./node_modules/karma/bin/karma start"
  },
  "author": "cswleocsw <cswleo@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/cswleocsw/XWindow.git"
  },
  "bugs": {
    "url": "https://github.com/cswleocsw/XWindow/issues"
  },
  "keywords": [
    "window",
    "test",
    "sinon"
  ],
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.14.0",
    "browser-sync": "^2.14.0",
    "chai": "^3.5.0",
    "karma": "^1.2.0",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.1.1",
    "karma-mocha-reporter": "^2.1.0",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-sinon": "^1.0.5",
    "karma-webpack": "^1.8.0",
    "mocha": "^3.0.2",
    "phantomjs-prebuilt": "^2.1.12",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.5",
    "webpack": "^1.13.2"
  }
}
