-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 992 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "shutterstock-cli",
"version": "0.0.1",
"description": "Command line tool for interacting with the Shutterstock API ",
"main": "index.js",
"scripts": {
"test": "node gulpfile.js && mocha --reporter spec"
},
"bin": {
"shutterstock": "./bin/shutterstock.js"
},
"keywords": [
"shutterstock",
"api"
],
"engineStrict": true,
"engines": {
"node": ">= 0.9"
},
"author": "Scott Puleo <[email protected]>",
"license": "MIT",
"dependencies": {
"shutterstock-api": "https://github.com/shutterstock/node-shutterstock-api/archive/v0.1.4.tar.gz",
"liftoff": "0.8.7",
"pretty-hrtime": "0.2.0",
"chalk": "0.4.0",
"dateformat": "~1.0.7-1.2.3",
"event-stream": "^3.1.0",
"q": "^1.0.0",
"eyes": "^0.1.8",
"ansi-canvas": "0.0.2",
"canvas": "~1.0.3",
"request": "^2.34.0"
},
"devDependencies": {
"gulp": "~3.5.2",
"mocha": "~1.17.1",
"gulp-mocha": "~0.4.1",
"gulp-jshint": "~1.5.0"
}
}