gloss/src/fileserver/public/package.json
2018-01-22 16:13:00 +01:00

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"
}
}