forked from kaiwood/pnut-butter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "tavrn-butter",
"version": "0.16.0",
"description": "tavrn-butter.js – A modern, promise based wrapper library for the tavrn.gg API.",
"main": "dist/tavrn.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"test:watch": "mocha -w -R min",
"build": "babel lib --presets babel-preset-es2015 --out-dir dist",
"generate_docs": "jsdoc -d ./docs -t ./node_modules/docdash -R README.md lib/*",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sapphio/tavrn-butter.git"
},
"author": {
"name": "Kai Wood",
"email": "[email protected]",
"url": "https://kwd.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Sapphio/tavrn-butter/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/Sapphio/tavrn-butter#readme",
"keywords": [
"tavrn",
"tavrn.gg",
"library",
"api"
],
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"ink-docstrap": "^1.3.0",
"jsdoc": "^3.5.5",
"mocha": "^3.5.0",
"nock": "^9.0.14"
},
"dependencies": {
"append-query": "^2.0.1",
"babel-cli": "6.24.1",
"babel-preset-es2015": "6.24.1",
"death": "^1.1.0",
"docdash": "^0.4.0",
"es6-promise": "^4.1.1",
"faye-websocket": "^0.11.1",
"form-data": "^2.2.0",
"isomorphic-fetch": "^2.2.1",
"snake-case": "2.1.0",
"snyk": "1.38.1"
},
"snyk": true
}