forked from yiblet/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 736 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 736 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
{
"name": "jaeyoon25",
"version": "6.11.3",
"description": "This readme will help you get accustomed to the tools that we use at scottylabs. Our applications primarily are built with nodejs and python, and we use git to collaborate together.",
"main": "index.js",
"dependencies": {
"express": "^4.15.4",
"express-remarkable": "^0.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaeyoon25/tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaeyoon25/tutorial/issues"
},
"homepage": "https://github.com/jaeyoon25/tutorial#readme"
}