-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 785 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
{
"name": "waz-storage-js",
"version": "0.1.2",
"description": "Windows Azure Storage library for Node JS",
"keywords": ["azure", "waz", "windows", "blobs", "queues", "tables"],
"homepage": "https://github.com/jpgarcia/waz-storage-js",
"author": "Juan Pablo Garcia <[email protected]>",
"licenses": [ { "type": "MIT", "url": "https://github.com/jpgarcia/waz-storage-js/raw/master/LICENSE" } ],
"main": "./index.js",
"engines": { "node": ">= 0.2.0" },
"dependencies": {
"querystring": ">= 0.0.1",
"xml2js": "0.1.10",
"underscore.string": ">= 1.1.6"
},
"devDependencies": {
"expresso": ">= 0.8.1",
"assert": ">= 0.4.9",
"sinon": ">= 1.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/jpgarcia/waz-tables-js.git"
}
}