forked from micahlmartin/pardot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 802 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
33
34
35
{
"name": "pardot",
"version": "0.0.6",
"description": "A pardot API client",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab",
"lint": "./node_modules/jshint/bin/jshint --reporter node_modules/jshint-stylish-ex/stylish.js **/*"
},
"repository": {
"type": "git",
"url": "https://github.com/micahlmartin/pardot"
},
"keywords": [
"pardot",
"api"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/micahlmartin/pardot/issues"
},
"homepage": "https://github.com/micahlmartin/pardot",
"dependencies": {
"hoek": "^2.11.0",
"q": "^1.1.2",
"request": "^2.53.0"
},
"devDependencies": {
"code": "^1.3.0",
"jshint": "^2.6.0",
"jshint-stylish-ex": "^0.2.0",
"lab": "^5.2.1"
}
}