-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 997 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
{
"name": "amino.js",
"version": "2.1.0",
"description": "A Framework for interacting with Amino",
"main": "index.js",
"scripts": {
"test": "jest test",
"lint": "eslint .",
"test:dev": "jest test --watch --silent"
},
"repository": {
"type": "git",
"url": "https://github.com/AminoJS/Amino.JS"
},
"keywords": [
"Amino",
"Kikai",
"Bot",
"API",
"Framework",
"Narvii"
],
"author": "Robin Möller <[email protected]> (https://robsys.space)",
"contributors": [
"Jason Idris <[email protected]>",
"Felix Fong <[email protected]> (https://felixfong227.ml)",
"Felipe Angelo Sgarbi <[email protected]>"
],
"license": "AGPL-3.0",
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"ink-docstrap": "^1.3.2",
"jest": "^22.4.3"
},
"dependencies": {
"hoek": "^5.0.3",
"isomorphic-fetch": "^2.2.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}