blob: 0ad36bba14ff98b10e30da87032d205a17de0d5e [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 },
Thomas Vachuskaa10137c2018-04-03 16:45:59 -070014 "author": "Open Networking Foundation",
Matteo Scandolocf060772016-05-13 15:54:44 -070015 "license": "Apache 2.0",
16 "devDependencies": {
17 "browser-sync": "^2.12.8",
Steven Burrowsdfa52b02016-09-02 13:50:43 +010018 "express": "^4.14.0",
Matteo Scandolocf060772016-05-13 15:54:44 -070019 "parallelshell": "^2.0.0",
Steven Burrowsdfa52b02016-09-02 13:50:43 +010020 "serve-static": "^1.10.2"
Matteo Scandolocf060772016-05-13 15:54:44 -070021 }
22}