-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 956 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 956 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
36
37
38
39
40
41
42
{
"name": "embedly",
"version": "1.0.4",
"description": "Embedly client library for node",
"homepage": "https://github.com/embedly/embedly-node",
"keywords": [],
"author": "Bob Corsaro <bob@embed.ly> (http://www.google.com/profiles/rcorsaro)",
"repository": {
"type": "git",
"url": "git://github.com/embedly/embedly-node.git"
},
"bugs": {
"url": "http://github.com/embedly/embedly-node/issues/"
},
"directories": {
"doc": "./docs",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"batbelt": "0.0.2",
"hashish": "0.0.4",
"sprintf": "0.1.1",
"superagent": "0.21.0",
"timequeue": "^0.2.2"
},
"devDependencies": {
"mocha": "1.8.2",
"should": "1.2.2",
"winston": "0.8.2"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": "*"
},
"bin": {
"embedly_extract": "./bin/embedly_generic.js",
"embedly_oembed": "./bin/embedly_generic.js"
}
}