-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 986 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
{
"name": "contexter",
"version": "1.0.1",
"description": "Reactively extract all available data from files in a directory to one javascript object",
"main": "lib/index.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --check-leaks --globals __core-js_shared__,index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elingerojo/contexter.git"
},
"author": "Eduardo Martinez",
"license": "MIT",
"bugs": {
"url": "https://github.com/elingerojo/contexter/issues"
},
"homepage": "https://github.com/elingerojo/contexter#readme",
"dependencies": {
"chokidar": "^1.4.1",
"event-emitter": "^0.3.4",
"fs-extra": "^0.26.3",
"inflection": "^1.8.0",
"js-yaml": "^3.4.6",
"require-dir": "^0.3.1",
"upath": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"cross-env": "^2.0.1",
"image-size": "^0.5.2",
"lodash": "^4.17.4",
"mocha": "^2.5.3",
"path-exists": "^2.1.0"
}
}