github.com/machinebox/remoto@v0.1.2-0.20191024144331-eff21a7d321f/console/www/package.json (about)

     1  {
     2  	"name": "remoto-console",
     3  	"version": "1.0.0",
     4  	"description": "Remoto online console application for Google App Engine.",
     5  	"main": "index.js",
     6  	"scripts": {
     7  		"test": "go test ./...",
     8  		"build-css": "node-sass src/styles.scss --output-style compressed --source-map true -o static",
     9  		"watch-css": "node-sass src/styles.scss -w --output-style compressed --source-map true -o static",
    10  		"build-js": "webpack",
    11  		"watch-js": "webpack --watch",
    12  		"build": "npm run build-css && npm run build-js"
    13  	},
    14  	"author": "Machine Box, Inc.",
    15  	"license": "ISC",
    16  	"dependencies": {
    17  		"ace-builds": "^1.3.3",
    18  		"bootstrap": "^4.1.1",
    19  		"jquery": "^3.3.1",
    20  		"npm": "^6.1.0",
    21  		"open-iconic": "^1.1.1",
    22  		"to": "^0.2.9",
    23  		"update": "^0.7.4"
    24  	},
    25  	"devDependencies": {
    26  		"node-sass": "^4.9.0",
    27  		"webpack": "^4.12.0",
    28  		"webpack-cli": "^3.0.3"
    29  	}
    30  }