-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "paymill-nodejs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"play": "nodemon play/play.js",
"test:watch": "ava tests/*.test.js --verbose --watch",
"ava": "ava --verbose",
"test": "nyc ava tests/*.test.js --verbose",
"docs": "docute ./docs --port 3939"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async-throttle": "^1.1.0",
"error": "^7.0.2",
"qs": "^6.5.1"
},
"devDependencies": {
"ava": "^0.22.0",
"chance": "^1.0.11",
"detect-csv": "^1.1.0",
"docute": "^3.4.9",
"global-request-logger": "^0.1.1",
"got": "^7.1.0",
"nodemon": "^1.12.1",
"npm-run": "^4.1.2",
"nyc": "^11.2.1",
"paymill-wrapper": "^2.2.0"
}
}