forked from liriliri/eruda-fps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 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
{
"name": "eruda-fps",
"version": "2.0.0",
"description": "Eruda plugin for displaying fps info ",
"main": "eruda-fps.js",
"scripts": {
"build": "uglifyjs eruda-fps.js -o eruda-fps.min.js --mangle",
"lint": "eslint eruda-fps.js",
"lint:fix": "npm run lint -- --fix",
"ci": "npm run lint && npm run build",
"dev": "nws -p 3000",
"format": "prettier eruda-fps.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liriliri/eruda-fps.git"
},
"keywords": [
"eruda",
"fps"
],
"author": "redhoodsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/liriliri/eruda-fps/issues"
},
"homepage": "https://github.com/liriliri/eruda-fps#readme",
"devDependencies": {
"eruda": "^2.0.0",
"eslint": "^4.8.0",
"eslint-config-prettier": "^6.1.0",
"nws": "^1.1.1",
"prettier": "^1.19.1",
"uglify-js": "^3.1.3"
}
}