-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 996 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
39
40
{
"name": "woodhouse",
"version": "2.0.0",
"description": "Your robot butler",
"main": "index.js",
"dependencies": {
"bluebird": "^3.3.4",
"cron": "^1.1.0",
"fs.extra": "^1.3.2",
"ip": "^1.1.3",
"moment-timezone": "^0.5.7",
"named-js-regexp": "^1.3.2",
"nedb": "^1.8.0",
"node-ipc": "^8.10.2",
"readline-history": "^1.2.0",
"semver": "^5.3.0"
},
"scripts": {
"test": "mocha --recursive",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/woodhouse/core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/woodhouse/core/issues"
},
"homepage": "https://github.com/woodhouse/core",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"sinon": "git://github.com/sinonjs/sinon.git#master"
}
}