-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 910 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
39
40
41
42
43
44
{
"name": "fps-m",
"version": "1.1.3",
"description": "Efficient and accurate FPS meter, with minimalistic UI",
"main": "fps-npm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fps",
"dev-tool",
"devtool",
"development",
"ui",
"performance",
"fps meter",
"fps-meter",
"fps-m"
],
"tags": [
"fps",
"dev-tool",
"devtool",
"development",
"ui",
"performance",
"fps meter",
"fps-meter",
"fps-m"
],
"repository": {
"type": "git",
"url": "git://github.com/veliovgroup/fps-meter.git"
},
"bugs": {
"url": "https://github.com/veliovgroup/fps-meter/issues"
},
"homepage": "https://github.com/veliovgroup/fps-meter",
"author": "dr.dimitru (https://veliovgroup.com)",
"license": "BSD-3-Clause",
"engines": {},
"devDependencies": {},
"dependencies": {}
}