-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 999 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
{
"name": "startupdeathclock",
"version": "0.0.0",
"description": "The startup death clock tells you what day your startup will run out of money.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rjrodger/startupdeathclock.git"
},
"license": "MIT",
"keywords": [
"startup",
"death",
"clock"
],
"author": "Richard Rodger (http://richardrodger.com)",
"bugs": {
"url": "https://github.com/rjrodger/startupdeathclock/issues"
},
"homepage": "https://github.com/rjrodger/startupdeathclock",
"dependencies": {
"connect": "~2.17.3",
"rolling-stats": "~0.1.0",
"seneca": "git://github.com/rjrodger/seneca.git#0.5.19rc1",
"seneca-beanstalk-transport": "^0.1.1",
"seneca-jsonfile-store": "~0.1.8",
"seneca-level-store": "~0.1.3",
"seneca-redis-transport": "^0.1.1",
"success": "~0.1.0",
"underscore": "~1.6.0"
}
}