-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-perf",
"version": "1.0.0",
"description": "Performance trends in ReactJS",
"main": "lib/index.js",
"dependencies": {
"debug": "^2.2.0",
"glob": "^5.0.15",
"minimist": "^1.2.0",
"perfjankie": "^2.1.0",
"request": "^2.65.0",
"rimraf": "^2.4.3",
"semver": "^5.3.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1"
},
"author": "",
"license": "ISC",
"scripts": {
"build": "node_modules/.bin/babel src --out-dir=out --copy-files",
"pretest": "npm run build",
"test": "node out/cli.js",
"site" : "node node_modules/perfjankie/lib/cli.js --couch-database=react-perf --couch-user=admin_user --couch-pwd=admin_pass --only-update-site --couch-server=http://localhost:5984 "
},
"repository": {
"type": "git",
"url": "https://github.com/web-perf/react-perf.git"
},
"bugs": {
"url": "https://github.com/web-perf/react-perf/issues"
},
"homepage": "https://github.com/web-perf/react-perf"
}