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.
titama/package.json

15 lines
296 B
JSON
Raw Permalink Normal View History

2015-10-21 10:47:50 +02:00
{
"name": "titama",
2016-04-19 09:50:31 +02:00
"version": "0.1.2",
2015-10-21 10:47:50 +02:00
"description": "A web based time table manager",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mmk2410",
"license": "MIT",
"devDependencies": {
"gulp-coffee": "^2.3.1"
}
}