forked from ichiren1/markdown-task-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 692 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "markdown-task-manager",
"version": "1.0.0",
"description": "- This is task management system of using markdown",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ichiren1/markdown-task-manager.git"
},
"author": "ichiren1",
"license": "ISC",
"bugs": {
"url": "https://github.com/ichiren1/markdown-task-manager/issues"
},
"homepage": "https://github.com/ichiren1/markdown-task-manager#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.1.0"
}
}