-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 884 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
{
"name": "gravity-form-rest-api",
"version": "0.1.10",
"description": "Gravity Form REST API v2 for JavaScript",
"main": "index.js",
"scripts": {
"format": "prettier --write \"index.js\"",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clp-atoms/gravity-form-rest-api-v2-js.git"
},
"author": "Carlo La Pera <[email protected]> (https://atoms.studio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/clp-atoms/gravity-form-rest-api-v2-js/issues"
},
"homepage": "https://github.com/clp-atoms/gravity-form-rest-api-v2-js#readme",
"dependencies": {
"crypto": "^1.0.1",
"oauth-1.0a": "^2.2.6",
"querystring": "^0.2.0",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.0.5"
}
}