forked from xpressivecode/time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 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
{
"name": "time-tracker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"jade": "~1.3.0",
"less-middleware": "1.0.x",
"superagent": "~0.18.0",
"express-session": "~1.1.0",
"moment": "~2.6.0",
"memory-cache": "0.0.5",
"node-icalendar": "git://github.com/tritech/node-icalendar.git"
},
"devDependencies": {
"grunt-contrib-watch": "~0.6.1",
"time-grunt": "~0.3.1",
"load-grunt-tasks": "~0.4.0",
"grunt-develop": "~0.4.0"
}
}