-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 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
38
39
40
41
{
"name": "calendar",
"version": "0.0.0",
"description": "Day calendar app",
"main": "server.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "[email protected]:munichlinux/calendar.git"
},
"keywords": [
"calendar",
"interval tree",
"facebook calendar"
],
"author": "Prashanth <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/munichlinux/calendar/issues"
},
"homepage": "https://github.com/munichlinux/calendar",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-sass": "~0.8.1",
"load-grunt-tasks": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.11.0",
"mocha": "~2.1.0",
"expect.js": "~0.3.1",
"chai": "~1.10.0",
"grunt-mocha-test": "~0.12.7"
},
"dependencies": {
"underscore": "^1.7.0",
"express": "~4.11.2",
"logfmt": "~1.2.0"
}
}