UNPKG

720 BJSONView Raw
1{
2 "name": "workplayerapi",
3 "version": "1.0.57",
4 "private": false,
5 "description": "API for Work Player app REST requests",
6 "main": "app.js",
7 "scripts": {
8 "start": "app.js",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://git.kyros.com.br/kimr/workplayerapi.git"
14 },
15 "keywords": [
16 "work",
17 "player",
18 "workplayer",
19 "kyros"
20 ],
21 "author": "Kim Ruan Lopes",
22 "license": "MIT",
23 "bugs": {
24 "url": "http://git.kyros.com.br/kimr/workplayerapi/issues"
25 },
26 "homepage": "http://git.kyros.com.br/kimr/workplayerapi",
27 "dependencies": {
28 "lodash": "^4.17.15",
29 "axios": "^0.19.0",
30 "base-64": "^0.1.0"
31 }
32}