gravity-forms-api
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gravity-forms-api", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Basic module that creates signatures and requests data from gravity forms endpoints", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run test" | ||
"compile": "babel -d lib/ src/", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -22,5 +23,9 @@ "repository": { | ||
"homepage": "https://github.com/poetic/gravity-forms-api#readme", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"crypto-js": "^3.1.6" | ||
}, | ||
"devDependencies": { | ||
"babel": "^4.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4437
1
43