-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "book-it-simon",
"version": "0.0.1",
"private": true,
"description": "Calendar Booking Plugin",
"main": "index.js",
"scripts": {
"test": "jshint app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/concur/book-it-simon.git"
},
"keywords": [
"booking",
"calendar",
"outlook",
"microsoft",
"concur",
"tripit",
"travel"
],
"author": [
"Graves, Dustin <dustin.graves@concur.com>",
"Huang, Weiteng <weiteng.huang@concur.com>",
"El Hammouchi, Hicham <hicham.elhammouchi@concur.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/concur/book-it-simon/issues"
},
"homepage": "https://github.com/concur/book-it-simon",
"dependencies": {
"body-parser": "~1.12.0",
"config": "^1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"ejs": "~2.3.1",
"express": "~4.12.2",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"morgan": "~1.5.1",
"request": "^2.55.0",
"serve-favicon": "~2.2.0",
"touch": "0.0.3"
}
}