-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 846 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 846 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
30
31
32
33
34
35
36
37
{
"name": "pabtc",
"version": "1.0.0",
"author": "John Tible <john@jtibble.com>",
"description": "BTC Engine for Planetary Annihilation Tournaments",
"contributors": [
{
"name": "John Tibble",
"email": "john@jtible.com"
}
],
"scripts": {
"test": "mocha ./service/api/test",
"start": "node service/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jtibble/pabtc"
},
"keywords": [
"REST"
],
"dependencies": {
"express": "*",
"mongojs": "*",
"node-uuid": "*",
"body-parser": "*",
"cookie-parser": "*",
"request": "*",
"mocha": "1.21.4",
"q": "1.0.1",
"bitcoinjs-lib": "1.4.2"
},
"engines": {
"node": ">=0.6"
}
}