-
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) · 808 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 808 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": "debit",
"version": "1.1.0",
"description": "debit server",
"private": true,
"scripts": {
"test": "mocha",
"debit": "bin/debit.js",
"start": "node bin/debit.js"
},
"repository": {
"type": "git",
"url": "https://github.com/coderaiser/debit"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/debit/issues"
},
"homepage": "https://github.com/coderaiser/debit",
"dependencies": {
"async": "^2.0.0",
"babyparse": "^0.4.3",
"checkup": "^1.0.2",
"csv-parse": "^1.0.1",
"debug": "^3.0.0",
"express": "^4.9.5",
"formidable": "^1.0.15",
"handlebars": "^4.0.5",
"multer": "^1.1.0",
"request": "^2.44.0"
},
"devDependencies": {
"mocha": "^4.0.0",
"should": "^13.1.0"
}
}