{
  "name": "my-app",
  "version": "1.0.0",
  "description": "A general template for an Enact Moonstone application.",
  "author": "",
  "main": "src/index.js",
  "scripts": {
    "serve": "enact serve",
    "pack": "enact pack",
    "pack-p": "enact pack -p",
    "watch": "enact pack --watch",
    "clean": "enact clean",
    "lint": "enact lint .",
    "license": "enact license",
    "test": "enact test start --single-run --browsers PhantomJS",
    "test-json": "enact test start --single-run --browsers PhantomJS --reporters json",
    "test-watch": "enact test start --browsers PhantomJS"
  },
  "license": "UNLICENSED",
  "private": true,
  "repository": "",
  "enact": {
    "isomorphic": true,
    "ri": {
      "baseSize": 24
    }
  },
  "eslintConfig": {
    "extends": "enact"
  },
  "dependencies": {
    "@enact/core": "^1.8.0",
    "@enact/ui": "^1.8.0",
    "@enact/moonstone": "^1.8.0",
    "@enact/spotlight": "^1.8.0",
    "@enact/i18n": "^1.8.0",
    "@enact/webos": "^1.8.0",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  }
}
