-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.05 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.05 KB
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
30
31
32
33
{
"name": "NiceTime-iWidget-Clock",
"version": "1.0.2",
"description": "A nice, customizable clock widget for use with iWidgets.",
"repository": {
"type": "git",
"url": "https://github.com/deepfriedmind/NiceTime-iWidget-Clock.git"
},
"author": "Andreas Wahlqvist <andreas@deepfriedmind.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/deepfriedmind/NiceTime-iWidget-Clock/issues"
},
"homepage": "https://github.com/deepfriedmind/NiceTime-iWidget-Clock",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.8.2",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-coffeelint": "0.0.8",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-remove-logging": "~0.2.0",
"grunt-shell": "~0.6.4",
"grunt-notify": "~0.2.17",
"time-grunt": "~0.2.8",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-concurrent": "~0.4.3"
}
}