19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"name": "hatchviewer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "go run main.go"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"angular": "^1.4.9",
|
|
"systemjs": "0.19.4"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"jquery": "3.0.0"
|
|
}
|
|
}
|