-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 837 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
31
32
33
{
"name": "node-trademark",
"version": "1.0.2",
"description": "API wrapper for getting trademark information from http://www.markerapi.com",
"main": "src/index.js",
"scripts": {
"test": "node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tushararora/node-trademark.git"
},
"keywords": [
"markerapi, trademark"
],
"author": "Tushar Arora",
"license": "MIT",
"bugs": {
"url": "https://github.com/tushararora/node-trademark/issues"
},
"homepage": "https://github.com/tushararora/node-trademark#readme",
"dependencies": {
"http-request-plus": "^0.4.0"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"mocha": "^3.5.0",
"nock": "^9.0.14",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
}
}