-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 878 Bytes
/
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
{
"name": "erlking-lisp",
"version": "0.1.0",
"description": "Terminal emulator and lisp interpreter",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/soraismus/erlking-lisp.git"
},
"keywords": [
"terminal",
"emulator",
"erlking",
"lisp",
"interpreter"
],
"author": "Matthew Hilty",
"license": "MIT",
"bugs": {
"url": "https://github.com/soraismus/erlking-lisp/issues"
},
"homepage": "https://github.com/soraismus/erlking-lisp",
"devDependencies": {
"optimize-css-assets-webpack-plugin": "^5.0.1",
"raw-loader": "^1.0.0",
"terser-webpack-plugin": "^1.2.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"express": "^4.16.4"
}
}