forked from embedly/embedly-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 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
33
34
35
{
"name": "@sensu/embedly",
"version": "3.0.2",
"description": "Embedly client library for node",
"homepage": "https://github.com/sen-su/embedly",
"keywords": [
"embedly"
],
"author": "Bob Corsaro <bob@embed.ly> (http://www.google.com/profiles/rcorsaro)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sen-su/embedly.git"
},
"bugs": {
"url": "http://github.com/sen-su/embedly/issues"
},
"dependencies": {
"hashish": "0.0.4",
"lodash": "^4.17.11",
"querystring": "^0.2.0",
"sprintf-js": "^1.1.1",
"superagent": "^3.8.3"
},
"devDependencies": {
"mocha": "^4.1.0"
},
"scripts": {
"test": "mocha"
},
"bin": {
"embedly_extract": "./bin/embedly_generic.js",
"embedly_oembed": "./bin/embedly_generic.js"
}
}