blob: c4f2cb73e4bb130bc0828b11b7bf94b268bb2558 [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": {
10 "bs": "browser-sync start --config bs-config.js",
11 "dev-server": "node dev_server.js",
12 "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",
18 "connect": "^3.4.1",
19 "http-proxy": "^1.13.2",
20 "parallelshell": "^2.0.0",
21 "serve-static": "^1.10.2"
22 }
23}