-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 845 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
{
"name": "device-ui-test",
"version": "1.0.0",
"description": "Checks the device running your project and returns a score or low, medium or high depending on the ui perfomance capabilities of that device.",
"main": "module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EoinFalconer/device-ui-test.git"
},
"keywords": [
"device",
"test",
"performance",
"ui"
],
"author": "Eoin Falconer Norigin Media <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/EoinFalconer/device-ui-test/issues"
},
"homepage": "https://github.com/EoinFalconer/device-ui-test#readme",
"dependencies": {
"fps": "0.0.3",
"jquery": "^3.2.1",
"pixi.js": "^4.5.6"
}
}