UNPKG

631 BJSONView Raw
1{
2 "name": "lmj-tomato",
3 "description": "pomodoro app for node.js",
4 "author": "Leif Johnson <leif@leifjohnson.net>",
5 "version": "0.0.8",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/lmjohns3/express-tomato.git"
9 },
10 "main": "main.coffee",
11 "dependencies": {
12 "coffee-script": ">= 1.1.1",
13 "express": ">= 2.4.3",
14 "jade": ">= 0.0.1",
15 "mongoose": ">= 2.0.0",
16 "nib": ">= 0.0.1",
17 "stitch": ">= 0.0.1",
18 "stylus": ">= 0.13.7",
19 "underscore": ">= 1.1.7",
20 "uglify-js": ">= 0.0.1"
21 },
22 "devDependencies": {
23 "nodeunit": ">= 0.5.0"
24 },
25 "engines": {
26 "node": "*"
27 }
28}
\No newline at end of file