blob: afe0ebe26379395d0910bbcc38e76e0d32d02ad3 [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",
Steven Burrowsdfa52b02016-09-02 13:50:43 +010018 "eslint": "^3.4.0",
19 "eslint-config-google": "^0.6.0",
20 "express": "^4.14.0",
Matteo Scandolocf060772016-05-13 15:54:44 -070021 "parallelshell": "^2.0.0",
Steven Burrowsdfa52b02016-09-02 13:50:43 +010022 "serve-static": "^1.10.2"
Matteo Scandolocf060772016-05-13 15:54:44 -070023 }
24}