{
  "name": "yours-core",
  "version": "0.4.3",
  "description": "It's cool when users own their content.",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/.bin/gulp build",
    "standard": "./node_modules/.bin/standard *.js lib/**/*.js bin/**/*.js server/**/*.js test/**/*.js test/**/*.jsx",
    "test-format": "npm run standard",
    "test-node": "./node_modules/.bin/gulp test-node",
    "test-karma": "./node_modules/.bin/gulp test-karma",
    "test-both": "npm run test-node && npm run test-karma",
    "test": "npm run test-format && npm run test-both",
    "test-files": "./node_modules/.bin/mocha --compilers .jsx:babel-core/register --require=fullnode",
    "serve-localapi-mainnet": "YOURS_CORE_BLOCKCHAIN_API_URI=http://localhost:3001/insight-api/ ./node_modules/.bin/gulp serve",
    "serve-localapi-testnet": "FULLNODE_NETWORK=testnet YOURS_CORE_BLOCKCHAIN_API_URI=http://localhost:3002/insight-api/ ./node_modules/.bin/gulp serve",
    "serve-mainnet": "./node_modules/.bin/gulp serve",
    "serve-testnet": "FULLNODE_NETWORK=testnet YOURS_CORE_BLOCKCHAIN_API_URI=https://test-insight.bitpay.com/api/ ./node_modules/.bin/gulp serve"
  },
  "engines": {
    "node": ">=4.3.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015",
            "react"
          ]
        }
      ]
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yoursnetwork/yours.git"
  },
  "contributors": [
    {
      "name": "Ryan X. Charles",
      "email": "ryanxcharles@gmail.com"
    },
    {
      "name": "John M. Villar Zavatti",
      "email": "johnvillarzavatti@gmail.com"
    },
    {
      "name": "Eric Martindale",
      "email": "eric@decentralize.fm"
    },
    {
      "name": "Paul Salisbury",
      "email": "paul.salis@gmail.com"
    },
    {
      "name": "go1dfish",
      "email": "me@go1dfish.me"
    },
    {
      "name": "George Vaccaro",
      "email": "georgevaccaro@powerteamcorp.com"
    },
    {
      "name": "Chris Robinson",
      "email": "hello@chrisrobinson.me"
    },
    {
      "name": "Mike Houston",
      "email": "mike@kothar.net"
    },
    {
      "name": "Darren Mills",
      "email": "darrenrmills@gmail.com"
    },
    {
      "name": "Deepak Rao",
      "email": "deepakraous@gmail.com"
    },
    {
      "name": "Logan Lowell",
      "email": "logan@decentralized.systems"
    },
    {
      "name": "Clemens Ley",
      "email": "ley.clemens@gmail.com"
    },
    {
      "name": "Willy Bruns",
      "email": "willy@entropi.info"
    },
    {
      "name": "Johan Halseth",
      "email": "johanth@gmail.com"
    },
    {
      "name": "Omar Mashaal",
      "email": "omar@teacups.io"
    },
    {
      "name": "Chris Marie Hamilton",
      "email": "cmhamilton2.718@gmail.com"
    },
    {
      "name": "Kyle Torpey",
      "email": "kyletorpey@users.noreply.github.com"
    },
    {
      "name": "Ramki",
      "email": "aramkris@gmail.com"
    }
  ],
  "author": "Ryan X. Charles <ryanxcharles@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "asink": "1.0.4",
    "express": "4.13.4",
    "fullnode": "0.13.13",
    "http-proxy": "1.13.2",
    "isomorphic-fetch": "2.2.1",
    "pouchdb": "5.3.1",
    "pouchdb-find": "0.9.0"
  },
  "devDependencies": {
    "babel-core": "6.7.6",
    "babel-polyfill": "6.7.4",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-react": "6.5.0",
    "babelify": "7.2.0",
    "browser-sync": "2.11.2",
    "browserify": "13.0.0",
    "envify": "3.4.0",
    "glob": "7.0.3",
    "gulp": "3.9.1",
    "gulp-karma": "0.0.5",
    "gulp-mocha": "2.2.0",
    "gulp-plumber": "1.1.0",
    "gulp-util": "3.0.7",
    "gulp-watch": "4.3.5",
    "karma": "0.13.22",
    "karma-firefox-launcher": "0.1.7",
    "karma-mocha": "0.2.2",
    "mocha": "2.4.5",
    "should": "8.3.0",
    "sinon": "1.17.3",
    "standard": "6.0.8"
  }
}
