22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"name": "filespread",
|
|
"version": "0.1.0",
|
|
"description": "file spreader over mail",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Marcel Kaper (mmk2410)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-coffee": "^2.3.1",
|
|
"gulp-sass": "^2.1.0",
|
|
"node-sass": "^3.4.2"
|
|
},
|
|
"repository" :
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://git.mmk2410.org/filespread"
|
|
}
|
|
}
|