Skip to content

Commit

Permalink
Updating package.json in prep for publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Martin committed Nov 10, 2014
1 parent caff5de commit af1d6ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "msys-rest-sdk",
"version": "0.0.0",
"description": "A Node.js wrapper for interfacing with Message Systems APIs",
"name": "sparkpost",
"version": "0.1.0",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/MessageSystems/node-sdk.git"
"url": "https://github.com/SparkPost/node-sparkpost"
},
"author": "Message Systems, Inc.",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/MessageSystems/node-sdk/issues"
"url": "https://github.com/SparkPost/node-sparkpost/issues"
},
"homepage": "https://github.com/MessageSystems/node-sdk",
"homepage": "https://github.com/SparkPost/node-sparkpost",
"devDependencies": {
"chai": "1.9.1",
"grunt": "0.4.5",
Expand Down

0 comments on commit af1d6ab

Please sign in to comment.