aboutsummaryrefslogtreecommitdiff
path: root/bench/react-hello-world/package.json
blob: b114852054b08b865c2ee5a357741dee9b0e2c53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "react-hello-world",
  "version": "1.0.0",
  "description": "",
  "main": "react-hello-world.node.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Colin McDonnell",
  "license": "ISC",
  "dependencies": {
    "react": "next",
    "react-dom": "next"
  }
}