-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 928 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": "embedly",
"version": "2.1.0",
"description": "Embedly client library for node",
"homepage": "https://github.com/embedly/embedly-node",
"keywords": [],
"author": "Bob Corsaro <[email protected]> (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": {
"lodash": "4.13.1",
"superagent": "1.8.3",
"sprintf": "0.1.1",
"hashish": "0.0.4"
},
"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"
}
}