-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 820 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 820 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
28
29
30
{
"name": "tess-search",
"version": "1.0.0",
"description": "Command-line tool to search the US Trademark Electronic Search Service",
"main": "tess.js",
"scripts": {
"lint": "eslint ."
},
"author": "Ben Regenspan",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"cheerio": "cheeriojs/cheerio#f71387ed334dc3eff66a11923f43b1129112b84d",
"loglevel": "^1.2.0",
"mkdirp": "^0.5.0",
"request": "^2.54.0",
"request-promise": "^4.2.1",
"stream-mmmagic": "^2.0.0",
"tough-cookie": "^2.3.2",
"yargs": "^8.0.2"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}