1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "ivprog-html",
- "version": "0.0.1",
- "description": "IVProg using HTML5-JS-CSS at LiNE",
- "keywords": { "learning", "teaching", "programming", "visual programming" },
- "homepage": "http://www.matematica.br/ivprogh",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "Gnu 3",
- "dependencies": {
- "express": "~4.10.7"
- },
- "devDependencies": {
- "browser-sync": "^2.8.2",
- "browserify": "~8.1.3",
- "connect-livereload": "~0.5.2",
- "express": "~4.10.8",
- "gulp": "^3.9.0",
- "gulp-browserify": "~0.5.1",
- "gulp-clean": "~0.3.1",
- "gulp-concat": "~2.4.3",
- "gulp-connect": "~2.2.0",
- "gulp-embedlr": "~0.5.2",
- "gulp-jshint": "~1.9.2",
- "gulp-livereload": "~3.7.0",
- "gulp-util": "~3.0.3",
- "tiny-lr": "~0.1.5"
- }
- }
|