This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "githubble",
"version": "0.1.1",
"description": "Jedis of GitHub",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better-console": "^0.2.4",
"d3-node": "^0.2.0",
"del": "^2.2.2",
"ejs": "~2.5.5",
"express": "4.13.3",
"extend": "^3.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-chmod": "^1.3.0",
"gulp-clean-css": "^2.0.12",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "0.0.2",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.3.1",
"gulp-header": "^1.8.8",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^1.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"map-stream": "0.0.6",
"mongoose": ">=5.7.5",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.2.2",
"semantic-ui": "^2.2.4",
"yamljs": "^0.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forksociety/githubble.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/forksociety/githubble/issues"
},
"homepage": "https://github.com/forksociety/githubble#readme",
"author": "forksociety"
}