forked from w3c/scribejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1002 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
41
42
43
44
45
46
47
48
{
"name": "scribejs",
"version": "1.1.0",
"description": "Converter of RSSAgent IRC logs into minutes in markdown",
"main": "main.js",
"keywords": [
"W3C",
"scribe",
"minute taking"
],
"author": {
"name": "Ivan Herman",
"email": "ivan@w3.org",
"url": "https://www.w3.org/People/Ivan/"
},
"bugs": {
"url": "https://github.com/w3c/scribejs/issues",
"email": "ivan@w3.org"
},
"bin": "./main.js",
"license": "W3C-20150513",
"repository": {
"type": "git",
"url": "https://github.com/w3c/scribejs.git"
},
"engines": {
"node": ">=8.9.4"
},
"preferGlobal": "true",
"dependencies": {
"ajv": "^6.1.1",
"commander": "^2.9.0",
"moment": "^2.21.0",
"node-fetch": "^1.7.1",
"octokat": "^0.9.0",
"safe-regex": "^1.1.0",
"underscore": "^1.8.3",
"valid-url": "^1.0.9"
},
"devDependencies": {
"mocha": "3.5.0",
"nsp": "2.7.0"
},
"scripts": {
"nsp": "nsp check",
"test": "mocha"
}
}