We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbe541 commit 53a8474Copy full SHA for 53a8474
examples/package.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "sbux-demo-tools",
3
- "version": "0.1.0",
4
- "description": "Tools to manage Apigee Edge assets for Starbucks demo",
+ "name": "apigee-edge-js-examples",
+ "version": "0.1.1",
+ "description": "Examples for using the Apigee Edge nodeJS library",
5
"main": "importAndDeployProxy.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"author": "dchiesa@google.com",
10
"license": "Apache-2.0",
11
"dependencies": {
12
- "apigee-edge-js": "git://github.com/DinoChiesa/apigee-edge-js.git#0.2.5",
+ "apigee-edge-js": "^0.2.6",
13
"async": "^0.9.0",
14
"netrc": "0.1.3",
15
"node-getopt": "0.2.3",
0 commit comments