-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "contexter-cli",
"version": "0.5.1",
"description": "CLI demo application to reactively extract all available data from files (including images) in a directory to one javascript object",
"bin": "cli.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --check-leaks"
},
"repository": "github:elingerojo/contexter-cli",
"author": "elingerojo",
"license": "MIT",
"bugs": {
"url": "https://github.com/elingerojo/contexter-cli/issues"
},
"devDependencies": {
"chai": "^3.4.1",
"cross-env": "^2.0.0",
"mocha": "^2.3.3",
"nixt": "^0.4.1",
"path-exists": "^2.1.0",
"supertest": "^1.1.0"
},
"dependencies": {
"chalk": "^1.1.1",
"contexter": "^1.0.1",
"cors": "^2.7.1",
"event-emitter": "^0.3.4",
"exif-parser": "^0.1.9",
"express": "^4.13.3",
"fs-extra": "^0.26.3",
"get-image-colors": "^1.5.0",
"image-size": "^0.5.0",
"inflection": "^1.8.0",
"js-yaml": "^3.4.6",
"lil-env-thing": "^1.0.0",
"lodash": "^4.0.0",
"minimist": "^1.2.0",
"morgan": "^1.6.1",
"open": "^6.3.0",
"require-dir": "^1.2.0",
"upath": "^0.2.0"
},
"engines": {
"node": ">=4"
}
}