-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 841 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
35
36
37
38
{
"name": "node-rekognition",
"version": "0.4.1",
"description": "AWS Rekognition library",
"keywords": [
"AWS",
"rekognition",
"node"
],
"main": "index.js",
"scripts": {
"test": "DEBUG=node-rekognition* node test/index.js"
},
"author": "Simon Martin <oleurud@gmail.com>",
"contributors": [
"conorcussell <conor@thetab.com>"
],
"license": "GPL-3.0",
"dependencies": {
"aws-sdk": "^2.60.0",
"debug": "^4.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/oleurud/node-rekognition.git"
},
"bugs": {
"url": "https://github.com/oleurud/node-rekognition/issues"
},
"homepage": "https://github.com/oleurud/node-rekognition#readme"
}