-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.23 KB
/
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": "tronalddump-io",
"version": "1.0.1",
"description": "tronalddump.io api client library for node.js returning promises.",
"main": "./src/Client.js",
"scripts": {
"eslint": "./node_modules/eslint/bin/eslint.js src/",
"test": "./node_modules/.bin/mocha test/*"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:tronalddump-io/client-nodejs.git"
},
"keywords": [
"tronald dump",
"tronald dump api",
"the tronald",
"donald trump"
],
"author": {
"name": "Mathias Schilling",
"email": "[email protected]",
"url": "https://www.matchilling.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tronalddump-io/client-nodejs/issues"
},
"homepage": "https://www.tronalddump.io/",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.10.2",
"eslint-config-matchilling": "^1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.0",
"mocha": "^3.1.2"
},
"eslintConfig": {
"extends": [
"eslint-config-matchilling"
]
}
}