-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 744 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 744 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
{
"name": "unmark",
"url": "https://unmark.it",
"version": "2026.1",
"repository": "https://github.com/cdevroe/unmark",
"license": "https://github.com/cdevroe/unmark/blob/master/license.txt",
"description": "The open source to-do application for bookmarks.",
"author": "https://unmark.it/",
"main": "Gruntfile.js",
"devDependencies": {
"copy": "^0.3.2",
"glob": "~3.2.8",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0"
},
"dependencies": {}
}