forked from PmegaOcalc/etsy-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
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
26
27
28
29
30
31
32
{
"name": "etsy-js",
"description": "An asynchronous nodejs wrapper for the etsy v2 api.",
"version": "0.0.6",
"main": "./lib/etsyjs",
"repository": {
"type": "git",
"url": "git@github.com:GeorgiCodes/etsy-js.git"
},
"scripts": {},
"dependencies": {
"coffee-script": "1.7.x",
"oauth": "0.9.x",
"prettyjson": "1.0.x",
"request": "2.34.x"
},
"devDependencies": {
"chai": "1.9.x",
"cookie-parser": "1.1.x",
"express": "4.4.x",
"express-session": "1.3.x",
"grunt": "0.4.x",
"grunt-coffeelint": "0.0.x",
"grunt-contrib-coffee": "0.10.x",
"grunt-contrib-watch": "0.6.x",
"grunt-mocha-test": "0.10.x",
"grunt-release": "0.7.x",
"nconf": "0.6.x",
"nock": "0.28.x"
},
"engine": "node 0.10.x"
}