forked from dynastic/place
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "place-archive",
"version": "1.0.0",
"description": "A tool for archiving a Dynastic Place instance",
"main": "generate.js",
"scripts": {
"generate": "node generate.js"
},
"repository": "github:dynastic/place-archive",
"author": "Dynastic",
"contributors": [
{
"name": "Ayden Panhuyzen",
"email": "[email protected]",
"url": "https://ayden.dev"
},
{
"name": "Jamie Bishop",
"email": "[email protected]",
"url": "https://jamiebi.shop"
},
{
"name": "Eric Rabil",
"email": "[email protected]",
"url": "https://ericrabil.com"
}
],
"license": "AGPL-3.0",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"browserify": "^14.1.0",
"express": "^4.17.3",
"fs-extra-promise": "^1.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"jimp": "^0.5.4",
"marked": "^4.0.10",
"mongoose": "^7.3.1",
"pug": "^3.0.0"
}
}