projects
/
VSoRC
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
first change to stats and topology maker(actually, tap)
[VSoRC/.git]
/
package.json
1
{
2
"name": "web",
3
"version": "1.0.0",
4
"main": "index.js",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1",
7
"start": "node src/index.js"
8
},
9
"keywords": [],
10
"author": "",
11
"license": "ISC",
12
"description": "Esta es una web de prueba",
13
"dependencies": {
14
"ejs": "^2.6.2",
15
"express": "^4.17.1"
16
}
17
}