forked from clearbit/clearbit-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
42
43
44
{
"name": "clearbit",
"version": "1.3.5",
"description": "Client for Clearbit.co business intelligence APIs",
"main": "./src",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/clearbit/clearbit-node.git"
},
"keywords": [
"clearbit",
"client",
"email"
],
"author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/clearbit/clearbit-node/issues"
},
"homepage": "https://github.com/clearbit/clearbit-node",
"dependencies": {
"bluebird": "2",
"create-error": "0.3",
"lodash": "4.x",
"needle": "3.1.0"
},
"devDependencies": {
"chai": "1",
"chai-as-promised": "4",
"gulp": "3",
"gulp-istanbul": "0.3",
"gulp-jshint": "1",
"gulp-load-plugins": "0.7",
"gulp-mocha": "1",
"jshint-stylish": "1",
"mocha": "1",
"nock": "0.42",
"sinon": "1",
"yargs": "1"
}
}