-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 991 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 991 Bytes
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
{
"name": "@lala.js/core",
"version": "0.1.3",
"description": "A simple, scalable and funny framework for Node.js.",
"main": "index.js",
"engines": {
"node": ">=13"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --timeout 10000 --use_strict --exit test/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:RyanJ93/lala.js.git"
},
"author": {
"name": "Enrico Sola",
"email": "hey@enricosola.com",
"url": "https://www.enricosola.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RyanJ93/lala.js/issues"
},
"homepage": "https://www.lalajs.moe/",
"dependencies": {
"ejs": "^2.6.1",
"ws": "^7.1.2"
},
"devDependencies": {
"memcached": "^2.2.2",
"mocha": "^5.2.0",
"mongodb": "^3.5.4",
"redis": "^3.0.2",
"request": "latest",
"sqlite3": "^4.1.1"
}
}