-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 733 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
{
"name": "jsonbox",
"version": "0.1.0",
"description": "",
"main": "index.js",
"keywords": [],
"repository": "https://github.com/nikonovd/jsonbox",
"author": "Dmitri Nikonov",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/mocha $(find ./lib -name '*Test.js' | grep /__tests__/)"
},
"dependencies": {
"JSONStream": "^1.1.4",
"app-root-dir": "^1.0.2",
"asyncawait": "^1.0.6",
"lodash.assign": "^4.2.0",
"lodash.get": "^4.4.2",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"rmdir": "^1.2.0",
"set-default-value": "0.0.8",
"tcomb": "^3.2.13",
"uuid": "^2.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"sinon": "^1.17.5"
}
}