-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.46 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.46 KB
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
{
"name": "veritone-sample-engine-amazon",
"version": "1.0.0",
"description": "Sample engine for the Veritone platform using Amazon Rekognition",
"main": "scripts/app.js",
"homepage": "https://github.com/veritone/veritone-sample-engine-amazon",
"dependencies": {
"apollo-client": "^1.9.2",
"apollo-client-preset": "0.1.0-1",
"async": "^2.5.0",
"aws-sdk": "^2.7.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.1",
"download-file": "^0.1.5",
"graphql-tag": "^2.4.2",
"jimp": "^0.2.28",
"mime-types": "^2.1.17",
"node-fetch": "^1.7.3",
"request": "^2.81.0",
"string-to-stream": "^1.1.0",
"superagent": "^3.6.0",
"valid-url": "^1.0.9",
"winston": "^2.3.1",
"yargs": "^9.0.1",
"moment": "^2.10.6"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"gulp": "^3.9.1",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-jasmine": "^2.4.2",
"mocha": "^3.5.3"
}
}