2016-05-12 23:05:38 +02:00
|
|
|
{
|
|
|
|
"name": "mc_lighting",
|
2017-02-05 15:27:16 +01:00
|
|
|
"version": "2.0.0",
|
2016-05-12 23:05:38 +02:00
|
|
|
"description": "Web client for Mc Lighting",
|
|
|
|
"main": "index.html",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Tobias Blum",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2016-05-17 00:29:50 +02:00
|
|
|
"fs": "0.0.2",
|
|
|
|
"gulp": "^3.9.1",
|
2017-02-05 15:27:16 +01:00
|
|
|
"gulp-connect": "^5.0.0",
|
|
|
|
"gulp-file-include": "^1.0.0",
|
2016-05-17 00:29:50 +02:00
|
|
|
"request": "^2.72.0"
|
2016-05-12 23:05:38 +02:00
|
|
|
}
|
|
|
|
}
|