forked from tumblr/tumblr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 837 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
{
"author": "Tumblr",
"contributors": [
{
"name": "Bryan Irace",
"email": "[email protected]"
},
{
"name": "John Crepezzi",
"email": "[email protected]"
}
],
"name": "tumblr.js",
"description": "Official JavaScript client for the Tumblr API",
"homepage": "https://github.com/tumblr/tumblr.js",
"version": "0.0.6",
"repository": {
"url": "https://github.com/tumblr/tumblr.js"
},
"browserify": "browser/index.js",
"bin": {
"tumblr": "./bin/repl.js"
},
"main": "./index",
"dependencies": {
"request": "2.12.0"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"jscoverage": "*",
"jsl": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha -r should test/*_spec.js"
}
}