-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.52 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.52 KB
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
{
"name": "stack.gl",
"version": "0.0.0",
"description": "stack.gl's site",
"main": "index.js",
"private": true,
"dependencies": {
"@choojs/findup": "^0.2.1",
"brfs": "^1.1.2",
"cheerio": "^0.17.0",
"class-list": "^0.1.1",
"disc": "^1.3.1",
"district": "^1.2.1",
"domify": "^1.3.0",
"findup-element": "0.0.0",
"frame-debounce": "0.0.0",
"markdown-tree": "0.0.0",
"marked": "^0.3.2",
"minstache": "^1.2.0",
"replacestream": "^0.2.0",
"request": "^2.42.0",
"scoped-bulk": "^1.0.0",
"sliced": "0.0.5",
"unhtml": "^0.1.0",
"wrap-stream": "^2.0.0"
},
"engines": {
"npm": "=6.14.4",
"node": "=8.11.4"
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"start": "make start",
"clean": "make clean",
"postinstall": "make postinstall",
"prepublish": "make build/bundle.min.js build/splash.min.js build/contributors.json"
},
"repository": {
"type": "git",
"url": "https://github.com/gl-modules/gl-modules.github.io.git"
},
"contributors": [
"Hugh Kennedy <hughskennedy@gmail.com>",
"Mikola Lysenko <mikolalysenko@gmail.com>",
"Chris Dickinson <chris@neversaw.us>",
"Matt DesLauriers <dave.des@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-modules/gl-modules.github.io/issues"
},
"homepage": "https://github.com/gl-modules/gl-modules.github.io",
"devDependencies": {
"browserify": "^8.1.1",
"uglify-js": "^2.4.16",
"wzrd": "^1.2.1"
}
}