{
  "name": "mocha-extjs",
  "version": "0.2.0",
  "description": "ExtJs Test Framework for Mocha",
  "main": "mocha-extjs.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "start": "./node_modules/.bin/gulp",
    "test": "npm run clear-phantomjs-cache && ./node_modules/.bin/mocha-phantomjs --timeout 15000 --path ./node_modules/.bin/phantomjs --setting disk-cache=false --view 1024x768 http://localhost:3000",
    "test-remote": "npm run clear-phantomjs-cache && ./node_modules/.bin/mocha-phantomjs --timeout 15000 --path ./node_modules/.bin/phantomjs --setting disk-cache=false --view 1024x768 http://antonfisher.com/demo/mocha-extjs/",
    "lint": "./node_modules/.bin/standard 'gulpfile.js' 'mocha-extjs.js' './src/**/*.js' './test/suites/**/*.js' './test/sandbox/app/**/*.js' | ./node_modules/.bin/snazzy",
    "copy-demo": "./scripts/copy-demo.sh",
    "fix-deps": "rm -rf ./node_modules/mocha-phantomjs/node_modules/mocha-phantomjs-core",
    "clear-phantomjs-cache": "rm -rf ~/.qws/share/data/Ofi\\ Labs/PhantomJS ~/.local/share/Ofi\\ Labs/PhantomJS",
    "postinstall": "npm run fix-deps"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "expect",
      "eTT",
      "Ext",
      "Sandbox"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/antonfisher/node-mocha-extjs.git"
  },
  "keywords": [
    "extjs",
    "sencha",
    "mocha",
    "test framework"
  ],
  "author": "Anton Fisher <a.fschr@gmail.com> (http://antonfisher.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antonfisher/node-mocha-extjs/issues"
  },
  "homepage": "https://github.com/antonfisher/node-mocha-extjs",
  "devDependencies": {
    "babel-core": "6.x",
    "babel-loader": "6.x",
    "babel-polyfill": "6.13.0",
    "babel-preset-es2015": "6.x",
    "browser-sync": "2.x",
    "gulp": "3.x",
    "gulp-sass": "2.x",
    "gulp-sourcemaps": "1.x",
    "mocha-phantomjs": "4.0.2",
    "mocha-phantomjs-core": "2.0.1",
    "phantomjs-prebuilt": "2.1.12",
    "snazzy": "5.0.0",
    "standard": "8.1.0",
    "webpack-stream": "3.x"
  }
}
