-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
54 lines (54 loc) · 1.09 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
{
"name": "chocolate",
"version": "0.0.33",
"description": "A full stack Node.js web framework built using Coffeescript",
"preferGlobal": "true",
"keywords": [
"fullstack",
"reactive",
"coffeescript",
"framework",
"online",
"ide",
"web",
"app",
"markdown",
"jasmine",
"ace",
"jquery",
"coffeekup",
"docco",
"git",
"letsencrypt",
"proxy",
"websocket",
"sass",
"impress"
],
"homepage": "https://chocolatejs.org",
"repository": "git://github.com/jclevy/chocolatejs",
"bugs": {
"url": "http://github.com/jclevy/chocolatejs/issues"
},
"license": "MIT",
"bin": {
"chocomake": "./bin/chocomake"
},
"author": "Jean-Claude Levy>",
"dependencies": {
"@root/acme": "^3.1.0",
"acme-http-01-webroot": "^3.0.0",
"bufferstream": "0.6.2",
"chokidar": "3.4.0",
"coffee-script": "1.12.6",
"formidable": "1.2.2",
"http-proxy": "^1.18.1",
"jasmine-node": "1.5.0",
"microtime": "3.0.0",
"node-sass": "4.14.1",
"ws": "7.2.5"
},
"engines": {
"node": ">=8.10.0"
}
}