15 lines
296 B
JSON
15 lines
296 B
JSON
|
{
|
||
|
"name": "titama",
|
||
|
"version": "1.0.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|