forked from balderdashy/captains-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 786 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
{
"name": "captains-log",
"version": "2.0.0",
"description": "Lightweight logger with a simple pass-through configuration for use with fancier logging libraries",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha -b"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/captains-log.git"
},
"keywords": [
"log",
"logger",
"sails",
"waterline",
"winston"
],
"author": "Mike McNeil",
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/captains-log/issues"
},
"dependencies": {
"chalk": "1.1.3",
"@sailshq/lodash": "^3.10.2",
"rc": "1.0.1",
"semver": "5.4.1"
},
"devDependencies": {
"fixture-stdout": "0.2.1",
"mocha": "3.0.2"
}
}