-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 819 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Eggtimer",
"version": "1.0.0",
"description": "An egg timer.",
"repository": "https://github.com/mykmelez/eggtimer",
"author": {
"name": "Myk Melez",
"email": "myk@mykzilla.org",
"url": "http://mykzilla.org/"
},
"homepage": "https://eggtimer.org/",
"license": "Apache-2.0",
"contributors": [
"play, pause, and refresh icons by Heberti Almeida from the Noun Project (https://thenounproject.com/hebertialmeida/collection/app-for-kids/)",
"Egg Timer icon by Yorlmar Campos from the Noun Project (https://thenounproject.com/Yorlmar%20Campos/collection/super-kitchen/?i=113630)",
"Favicons generated by Real Favicon Generator (http://realfavicongenerator.net/)"
],
"dependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"oghliner": "^1.0.5"
}
}