blob: fb7cf86fbab7f3e7fcbfa4eb7740fd60253946eb [file] [log] [blame]
Matteo Scandolocf060772016-05-13 15:54:44 -07001{
2 "name": "onos-gui",
3 "version": "1.0.0",
4 "description": "The GUI interface for ONOS",
5 "main": "index.html",
6 "directories": {
7 "test": "tests"
8 },
9 "scripts": {
Matteo Scandoloc9306e42016-08-04 16:24:30 -070010 "bs": "browser-sync start --config bs-config.js",
11 "dev-server": "node --harmony_destructuring dev_server.js",
Matteo Scandolocf060772016-05-13 15:54:44 -070012 "start": "parallelshell \"npm run dev-server\" \"npm run bs\""
13 },
14 "author": "ON.Lab",
15 "license": "Apache 2.0",
16 "devDependencies": {
17 "browser-sync": "^2.12.8",
Matteo Scandolocf060772016-05-13 15:54:44 -070018 "parallelshell": "^2.0.0",
Matteo Scandoloc9306e42016-08-04 16:24:30 -070019 "serve-static": "^1.10.2",
20 "express": "^4.14.0"
Matteo Scandolocf060772016-05-13 15:54:44 -070021 }
22}