This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
filespread/package.json

26 lines
558 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-dart": "^0.2.4",
"gulp-sass": "^2.1.0",
"node-sass": "^3.4.2"
},
"repository": {
"type": "git",
"url": "https://git.mmk2410.org/filespread"
},
"dependencies": {
"coffee-script": "^1.10.0"
}
}