{
  "name": "mantra-core-native",
  "version": "0.0.5",
  "description": "Core API for Mantra",
  "repository": {
    "type": "git",
    "url": "https://github.com/mantrajs/mantra-core.git"
  },
  "license": "MIT",
  "options": {
    "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
  },
  "scripts": {
    "prepublish": ". ./scripts/prepublish.sh",
    "lint": "eslint ./src",
    "lintfix": "eslint ./src --fix",
    "testonly": "mocha $npm_package_options_mocha",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js"
  },
  "devDependencies": {
    "nodemon": "1.7.x",
    "mocha": "2.x.x",
    "chai": "3.x.x",
    "eslint": "1.7.x",
    "babel-eslint": "4.x.x",
    "eslint-plugin-babel": "2.x.x",
    "babel-cli": "6.x.x",
    "babel-core": "6.x.x",
    "babel-polyfill": "6.x.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-stage-2": "6.x.x",
    "babel-plugin-transform-runtime": "6.x.x",
    "react": "^0.14.6"
  },
  "dependencies": {
    "babel-runtime": "6.x.x",
    "react-komposer": "^1.3.0",
    "react-simple-di": "^1.0.1"
  }
}
