forked from reddit/node-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 845 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
{
"name": "snoode",
"version": "1.2.3",
"description": "node and browser reddit api library",
"main": "src/api.es6.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --harmony --recursive ./test/"
},
"repository": {
"type": "git",
"url": "https://github.com/ajacksified/snoode.git"
},
"keywords": [
"reddit",
"api"
],
"author": "Jack Lawson <ajacksified@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajacksified/snoode/issues"
},
"homepage": "https://github.com/ajacksified/snoode",
"dependencies": {
"lru-cache": "^2.5.0",
"q": "^1.2.0",
"reddit-text-js": "^0.5.3",
"superagent": "^1.1.0"
},
"devDependencies": {
"babel": "^5.0.0",
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
}
}