-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 871 Bytes
/
package.json
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
34
35
36
37
{
"name": "web-pomodoro",
"version": "0.0.1",
"description": "Website that is used to serve Pomodoro technique",
"main": "index.js",
"scripts": {
"postinstall": "grunt uglify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeU1911/web-pomodoro.git"
},
"keywords": [
"pomodoro",
"web-app",
"tool",
"productivity",
"25",
"minutes"
],
"author": "Vu Tan Le",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeeU1911/web-pomodoro/issues"
},
"homepage": "https://github.com/LeeU1911/web-pomodoro#readme",
"dependencies": {
"compression": "^1.6.1",
"express": "^4.13.4",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-uglify": "0.11.1",
"jade": "^1.11.0",
"milligram": "^1.1.0"
}
}