-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.41 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cimpress-fulfiller-identity",
"version": "0.3.7",
"description": "Thin client library for Cimpress' Fulfiller Identity service",
"main": "./lib/index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "grunt test",
"build": "babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress-MCP/cimpress-fulfiller-identity.git"
},
"keywords": [
"cimpress",
"fulfiller"
],
"files": [
"lib",
"src"
],
"author": "Rafał Nowosielski <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cimpress-MCP/cimpress-fulfiller-identity/issues"
},
"homepage": "https://github.com/Cimpress-MCP/cimpress-fulfiller-identity#readme",
"dependencies": {
"axios": "^0.21.1",
"axios-retry": "^3.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.1",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"har-validator": "^5.1.3",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mock-require": "^2.0.2",
"nock": "^10.0.2"
}
}