react-native-contrib/rsx

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rsx",
  "version": "0.1.13",
  "description": "A CLI tool for React Native projects",
  "main": "./src/getCommands.js",
  "scripts": {
    "test": "eslint index.js src/ tests/ && istanbul cover _mocha --recursive tests/"
  },
  "bin": {
    "rsx": "bin/cli"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-contrib/rsx.git"
  },
  "author": "React Native Contrib Community (https://github.com/react-native-contrib)",
  "contributors": [
    "Hassan Khan <contact@hassankhan.me>"
  ],
  "engines": {
    "node": ">= 4.0.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-native-contrib/rsx/issues"
  },
  "keywords": [
    "react-native",
    "native-modules"
  ],
  "homepage": "https://github.com/react-native-contrib/rsx#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "rsx-common": "^0.1.8",
    "rsx-plugin-new": "^0.1.6",
    "rsx-plugin-platforms": "^0.1.8",
    "rsx-plugin-plugins": "^0.1.6",
    "rsx-plugin-run": "^0.1.5",
    "rsx-plugin-status": "^0.1.7",
    "update-notifier": "^0.7.0"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.5",
    "chai": "^3.5.0",
    "eslint": "^1.10.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "mock-require": "^1.2.1",
    "rewire": "^2.5.1",
    "sinon": "^1.17.4"
  }
}