-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "check-performance",
"version": "0.0.9",
"description": "Check current performance level by FPS",
"main": "dist/bundle.esm.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist/* && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/williammanco/check-performance.git"
},
"keywords": [
"performance",
"fps",
"check",
"tool",
"realtime"
],
"author": {
"name": "William Manco",
"email": "[email protected]",
"url": "https://williamman.co"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/williammanco/check-performance/issues"
},
"homepage": "https://github.com/williammanco/check-performance#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"rollup": "^1.9.0",
"rollup-plugin-terser": "^5.1.1"
}
}