-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "cashpoint",
"description": "A Cashpoint for shared vouchers.",
"author": "Alexander Wilden",
"main": "./cashpoint",
"version": "0.1.0",
"keywords": "cashpoint, voucher, bills",
"maintainers": [ {
"name": "Alexander Wilden",
"email": "[email protected]",
"web": "http://www.alexanderwilden.de"
} ],
"contributors": [],
"bugs": "mailto:[email protected]",
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
} ],
"repositories": [ {
"type": "git",
"url": "git://github.com/alex3683/Cashpoint.git"
} ],
"dependencies": {
"async": ">=0.1.15",
"buster": ">=0.4.6",
"connect": ">=1.8.5",
"connect-gzip": ">=0.1.5",
"mongoose": ">=2.4.10",
"now": ">=0.8.1",
"sinon-buster": ">=0.4.2"
}
}