forked from hackerspace-bootstrap/strichliste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "strichliste",
"version": "1.4.2",
"description": "keep track of your balance",
"main": "server.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/hackerspace-bootstrap/strichliste.git"
},
"keywords": [
"checklist",
"strichliste"
],
"author": "Hackerspace Bootstrap <[email protected]>",
"contributors": [
"Christopher Schirner <[email protected]>",
"Manuel Ernst <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hackerspace-bootstrap/strichliste/issues"
},
"devDependencies": {
"chai": "3.4.1",
"mocha": "1.21.5",
"sandboxed-module": "1.0.3",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"supertest": "1.1.0"
},
"dependencies": {
"body-parser": "1.14.1",
"configurations": "1.1.0",
"cors": "2.7.1",
"express": "4.13.3",
"figlet": "1.1.1",
"furg": "1.0.2",
"hoek": "2.16.3",
"moment": "2.10.6",
"morgan": "1.6.1",
"mqtt": "1.5.0",
"once": "1.3.2",
"seq": "0.3.5",
"sqlite3": "3.1.1",
"squel": "3.10.0",
"yargs": "3.29.0"
}
}