-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 958 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
{
"name": "jrnl-web-interface",
"version": "1.0.0",
"description": "Web interface for jrnl.sh",
"main": "server/main.js",
"scripts": {
"start": "babel-node ./server/main.js",
"watch": "nodemon --exec babel-node ./server/main.js --watch ./server/**/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Austin-Scott/jrnl-Web-Interface.git"
},
"author": "Austin Scott",
"license": "MIT",
"bugs": {
"url": "https://github.com/Austin-Scott/jrnl-Web-Interface/issues"
},
"homepage": "https://github.com/Austin-Scott/jrnl-Web-Interface#readme",
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.3",
"chalk": "^2.4.2",
"express": "^4.16.4",
"fuzzy-search": "^3.0.1",
"nodemon": "^1.18.11",
"pug": "^2.0.3",
"wordcount": "^1.1.1"
}
}