UNPKG

mountainlab

Version:
36 lines (35 loc) 874 B
{ "name": "mlstudy", "version": "0.2.0", "description": "", "engines": { "node": "6.12.3" }, "main": "mlstudyserver.js", "scripts": { "start": "node mlstudyserver.js", "webpack": "node --use-strict \"`which webpack-cli`\" --devtool source-map --mode development", "watch": "node --use-strict \"`which webpack-cli`\" --devtool source-map --mode development --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/magland/mlstudy2" }, "keywords": [], "author": "", "license": "Apache-2.0", "dependencies": { "express": "4.15.2" }, "devDependencies": { "webpack": "^4.12.0", "webpack-cli": "^2.1.5", "css-loader": "^0.28.10", "html-loader": "^0.5.5", "style-loader": "^0.20.2" }, "directories": { "bin": "bin" } }