-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 799 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
{
"name": "shutterstock-api",
"version": "1.4.0",
"description": "The Shutterstock API provides access to Shutterstock's library of media as well as information about customers accounts and the contributors that provide the media",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "eslint ./src",
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "^5.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^6.1.4",
"sinon": "1.17.3",
"uuid": "^3.3.2"
},
"resolutions": {
"*/**/js-yaml": "^3.13.1",
"*/**/lodash": "^4.17.21",
"*/**/yargs-parser": "^20.2.7",
"*/**/minimist": "^1.2.5",
"*/**/acorn": "^8.1.0"
}
}