{ "name": "ivprog", "version": "0.1.0", "description": "IMA para o ensino de programação", "main": "js/main.js", "scripts": { "start": "http-server", "build": "webpack", "watch": "webpack --watch" }, "repository": { "type": "git", "url": "git+https://github.com/git.lcalion.com/ivprog.git" }, "keywords": [ "programação", "ensino", "visual" ], "author": "LInE-IME/USP", "license": "MIT", "bugs": { "url": "https://github.com/git.lcalion.com/ivprog/issues" }, "homepage": "https://github.com/git.lcalion.com/ivprog#readme", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "antlr4-webpack-loader": "^0.1.1", "babel-loader": "^8.0.5", "ts-loader": "^5.2.2", "typescript": "^3.1.3", "webpack": "^4.29.0", "webpack-cli": "^3.2.1" }, "dependencies": { "antlr4": "^4.7.1", "decimal.js": "^10.0.1", "jquery": "^3.3.1", "line-i18n": "git+https://git.lcalion.com/LInE/line-i18n.git", "melanke-watchjs": "^1.5.0", "server": "^1.0.18" } }