Comparing version 0.7.2 to 0.7.3
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "fuel-rest", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Node Library for performing REST API calls with ExactTarget Fuel.", | ||
@@ -16,15 +16,15 @@ "main": "./lib/fuel-rest.js", | ||
"devDependencies": { | ||
"body-parser": "~1.12.0", | ||
"chai": "~2.1.1", | ||
"grunt-bump": "~0.3.0", | ||
"grunt-contrib-jshint": "~0.11.0", | ||
"grunt": "~0.4.5", | ||
"grunt-bump": "~0.0.14", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"mocha": "~1.20.1", | ||
"chai": "~1.9.1", | ||
"body-parser": "~1.4.3", | ||
"sinon": "~1.10.2" | ||
"mocha": "~2.2.1", | ||
"sinon": "~1.13.0" | ||
}, | ||
"dependencies": { | ||
"fuel-auth": "~0.5.0", | ||
"lodash": "~2.4.1", | ||
"request": "~2.40.0" | ||
"fuel-auth": "~0.5.3", | ||
"lodash": "~3.5.0", | ||
"request": "~2.53.0" | ||
} | ||
} |
@@ -6,2 +6,6 @@ Fuel REST Client (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-REST.svg?branch=master)](https://travis-ci.org/ExactTarget/Fuel-Node-REST) | ||
``` | ||
npm install fuel-rest --save | ||
``` | ||
## Initialization | ||
@@ -55,3 +59,3 @@ | ||
var options = { | ||
uri: '/platform/v1/endpoints' | ||
uri: '/platform/v1/endpoints', | ||
headers: {} | ||
@@ -64,3 +68,3 @@ // other request options | ||
// error here | ||
console.log( error ); | ||
console.log( err ); | ||
} | ||
@@ -75,2 +79,12 @@ | ||
## Contributors | ||
* Alex Vernacchia (author) - [twitter](https://twitter.com/vernacchia), [github](https://github.com/vernak2539) | ||
* Kelly Andrews - [twitter](https://twitter.com/kellyjandrews), [github](https://github.com/kellyjandrews) | ||
* David Brainer-Banker - [twitter](https://twitter.com/TweetTypography), [github](https://github.com/tweettypography) | ||
## Contributing | ||
We welcome all contributions and issues! There's only one way to make this better, and that's by using it. If you would like to contribute, please checkout our [guidelines](https://github.com/ExactTarget/Fuel-Node-REST/wiki/Contributing)! | ||
## ChangeLog | ||
@@ -77,0 +91,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12956
110
- Removedboom@0.4.2(transitive)
- Removedcryptiles@0.2.2(transitive)
- Removedform-data@0.1.4(transitive)
- Removedhawk@1.1.1(transitive)
- Removedhoek@0.9.1(transitive)
- Removedlodash@2.4.2(transitive)
- Removedmime@1.2.11(transitive)
- Removedmime-types@1.0.2(transitive)
- Removedoauth-sign@0.3.0(transitive)
- Removedqs@1.0.2(transitive)
- Removedrequest@2.40.0(transitive)
- Removedsntp@0.2.4(transitive)
Updatedfuel-auth@~0.5.3
Updatedlodash@~3.5.0
Updatedrequest@~2.53.0