{
  "name": "royal-piping",
  "version": "0.2.0",
  "description": "Wireframes in React",
  "main": "lib/index.js",
  "jsnext:main": "es6/index.js",
  "files": [
    "css",
    "es6",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build",
    "clean": "nwb clean",
    "start": "nwb serve",
    "test": "nwb test",
    "test:watch": "nwb test --server"
  },
  "dependencies": {
    "react-sow": "^0.3.0-b3"
  },
  "peerDependencies": {
    "react": "15.x"
  },
  "devDependencies": {
    "nwb": "0.11.x",
    "react": "^15.1.0",
    "react-dom": "^15.1.0"
  },
  "author": "Patrick Smith",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/RoyalIcing/royal-piping.git"
  },
  "bugs": {
    "url": "https://github.com/RoyalIcing/royal-piping/issues"
  },
  "homepage": "https://github.com/RoyalIcing/royal-piping#readme"
}
