-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 765 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
26
27
28
29
{
"name": "ColorClock",
"version": "0.0.2",
"description": "What color is it? A hex color clock for your new tab page.",
"main": "ext",
"dependencies": {
"gulp-clean": "^0.3.1",
"gulp": "^3.8.10",
"gulp-zip": "^2.0.2"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-zip": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/VictorVation/ColorClock.git"
},
"author": "Victor Szeto <me@victorszeto.com> (http://victorszeto.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VictorVation/ColorClock/issues"
},
"homepage": "https://github.com/VictorVation/ColorClock"
}