-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "menuridae",
"version": "1.0.1",
"description": "Unofficial API Wrapper for lyrebird.ai",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nyc mocha",
"lint": "./node_modules/.bin/eslint ."
},
"author": "github.com/shane-t",
"repository" : {
"type" : "git",
"url" : "https://github.com/shane-t/menuridae"
},
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.18.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"nyc": "^11.4.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dotenv": "^5.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}