forked from Crystal-Clear/codecrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 KB
/
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
{
"name": "codecrystal",
"version": "1.0.0",
"description": "A tool to create a visualisation of the file structure of your GitHub repo and display it as a badge in your READme",
"main": "server.js",
"scripts": {
"test": "lab -t 100 && lab -t 100 -r lcov > lcov.info",
"start": "node server.js"
},
"engines": {
"node": ">= 0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/Crystal-Clear/codecrystal.git"
},
"keywords": [
"files",
"git",
"crystal",
"structure",
"file structure",
"map",
"require"
],
"author": "Crystal-Clear",
"license": "ISC",
"bugs": {
"url": "https://github.com/Crystal-Clear/codecrystal/issues"
},
"homepage": "https://github.com/Crystal-Clear/codecrystal",
"dependencies": {
"env2": "^2.0.1",
"github": "^0.2.4",
"handlebars": "^3.0.3",
"hapi": "^8.6.1",
"hiredis": "^0.4.0",
"ramda": "^0.17.1",
"redis": "^0.12.1"
},
"devDependencies": {
"code": "^1.4.1",
"fakeredis": "0.3.1",
"lab": "^5.11.1",
"shot": "^1.5.3"
}
}