-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 875 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": "vorpal-log",
"version": "1.1.0",
"description": "Logging/Printing utility for vorpal.",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec.coffee --coffee --matchall",
"prepublish": "npm run compile",
"compile": "coffee --compile index.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AljoschaMeyer/vorpal-log.git"
},
"keywords": [
"vorpal",
"cli",
"log"
],
"author": "Aljoscha Meyer <aljoscha.meyer@uni-oldenburg.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AljoschaMeyer/vorpal-log/issues"
},
"homepage": "https://github.com/AljoschaMeyer/vorpal-log#readme",
"dependencies": {
"chalk": "^1.1.1"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"vorpal": "^1.3.34",
"marked": "^0.3.5",
"marked-terminal": "^1.6.1"
}
}