-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 808 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 808 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
30
31
32
33
34
35
36
{
"name": "workHard",
"author": "Martin Daniel",
"description": "An app to display how busy is your google calendar",
"version": "0.0.1",
"dependencies": {
"ejs": "0.8.x",
"express": "3.3.x",
"google-calendar": "1.0.x",
"moment": "2.1.x",
"passport": "0.1.x",
"passport-google-oauth": "0.1.x",
"underscore": "1.5.x"
},
"engines": {
"node": "0.10.16"
},
"main": "serveur.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/martindaniel4/workHard.git"
},
"keywords": [
"workHard",
"vis",
"google-calendar"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/martindaniel4/workHard/issues"
}
}