forked from kdemoya/nodeless-trakt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "nodeless-trakt",
"version": "1.0.0",
"description": "Interact with Trakt.tv API in JavaScript environments without node core libraries (such as React Native)",
"keywords": [
"trakt",
"api",
"wrapper",
"react",
"reactnative",
"javascript"
],
"main": "trakt.js",
"author": "Kelvin De Moya",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kdemoya/nodeless-trakt"
},
"bugs": {
"url": "https://github.com/kdemoya/nodeless-trakt/issues"
},
"dependencies": {
"random-hexadecimal": "^1.0.3",
"sanitizer": "0.x.x"
}
}