-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 851 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
{
"name": "detail",
"version": "1.0.10",
"description": "Details and Markdown viewer of your node packages/projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Javascipt/detail.git"
},
"keywords": [
"Markdown",
"README",
"README.md",
"details",
"detail"
],
"author": "Khalid REHIOUI <Array.prototype@gmail.com> (http://github.com/javascipt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascipt/detail/issues"
},
"homepage": "https://github.com/Javascipt/detail#readme",
"preferGlobal": true,
"bin": {
"detail": "./bin/index.js"
},
"dependencies": {
"colors": "^1.1.2",
"columnify": "^1.5.2",
"ejs": "^2.3.4",
"express": "^4.13.3",
"freeport": "^1.0.5",
"marked": "^0.3.5",
"suspect": "^1.0.1"
}
}