UNPKG

1.04 kBJSONView Raw
1{
2 "name": "reactopt",
3 "version": "1.1.1",
4 "description": "React performance optimization CLI",
5 "homepage": "https://github.com/react/reactopt#readme",
6 "bugs": {
7 "url": "https://github.com/react/reactopt/issues",
8 "email": "reactopt@gmail.com"
9 },
10 "license": "MIT",
11 "contributers": [
12 "Candace Rogers",
13 "Pam Lam",
14 "Vu Phung",
15 "Selina Zawacki"
16 ],
17 "main": "main.js",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/react/reactopt.git"
21 },
22 "scripts": {
23 "reactopt": "babel-node main.js"
24 },
25 "devDependencies": {
26 "babel-cli": "^6.26.0",
27 "babel-core": "^6.26.0",
28 "babel-loader": "^7.1.2",
29 "babel-preset-es2015": "^6.24.1",
30 "chalk": "2.3.0",
31 "fs": "0.0.1-security",
32 "lodash": "^4.13.1",
33 "lodash-webpack-plugin": "^0.8.1",
34 "react": "^15.0 || 0.14.x",
35 "react-dom": "^16.0.0",
36 "webpack": "^3.8.1"
37 },
38 "dependencies": {
39 "chalk-animation": "^1.3.0",
40 "chrome-launcher": "^0.8.1"
41 },
42 "engines": {
43 "node": ">=4.2.4"
44 }
45}