{
  "name": "react-lean-alert",
  "version": "0.2.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "mkdir -p dist && node_modules/.bin/tsc --jsx react -m commonjs --outDir dist index.tsx",
    "demo": "cd demo && ../node_modules/.bin/tsc --jsx react demo.tsx && ../node_modules/.bin/browserify demo.js -o bundle.js; rm demo.js",
    "test": "npm run build && npm run demo"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wizawu/react-lean-alert.git"
  },
  "keywords": [
    "react",
    "alert"
  ],
  "author": "wizawu",
  "license": "MIT",
  "dependencies": {
    "react": "^0.13.3",
    "react-polymer-layout": ">=0.2.7"
  },
  "devDependencies": {
    "browserify": "^11.1.0",
    "typescript": "^1.6.2"
  }
}
