{
  "name": "a_test",
  "version": "1.0.9",
  "main": "index.js",
  "title": "a_test",
  "description": "Sub package of a. Test framework in compact when-style. With recursive test runner",
  "keywords": [
    "tdd",
    "bdd",
    "test runner"
  ],
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-eslint": "^6.1.2",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "eslint": "^3.2.2",
    "eslint-plugin-babel": "^3.3.0",
    "glob": "^7.0.3",
    "globby": "^4.0.0",
    "install": "^0.5.0"
  },
  "dependencies": {
    "babel-polyfill": "^6.5.0",
    "babel-register": "^6.6.0",
    "console-style": "^0.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alfateam/a_test.git"
  },
  "bin": {
    "a": "./dist/bin/a.js"
  },
  "scripts": {
    "build": "rm -rf ./dist ./test-compiled && babel ./src --out-dir ./dist -sq && babel ./test --out-dir ./test-compiled -q",
    "pretest": "npm run build",
    "test": "node ./test-compiled/testAll.js",
    "prepublish": "npm test"
  }
}
