-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 816 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 816 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": "cimpress-client-request",
"version": "0.6.0",
"description": "A reference implementation of a cimpress.io API client embodied in a wrapped version of request",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"auth0": "^2.3.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.17.4",
"node-cache": "^4.1.1",
"parse-cache-control": "^1.0.1",
"request": "^2.81.0"
},
"devDependencies": {
"assert-plus": "^1.0.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"nock": "^9.0.13",
"sinon": "^2.2.0"
}
}