McLighting/clients/web/package.json

19 lines
437 B
JSON

{
"name": "mc_lighting",
"version": "1.0.0",
"description": "Web client for Mc Lighting",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tobias Blum",
"license": "MIT",
"dependencies": {
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-connect": "^4.0.0",
"gulp-file-include": "^0.13.7",
"materialize-css": "^0.97.6",
"request": "^2.72.0"
}
}