forked from reddit/node-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 KB
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
43
44
45
46
47
48
49
50
51
52
{
"name": "@r/api-client",
"version": "1.26.2",
"description": "node and browser reddit api library",
"main": "index.es6.js",
"scripts": {
"test": "mocha test/index.js",
"lint": "eslint . --ext .js,.jsx",
"repl": "./repl"
},
"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": {
"lodash": "^3.10.1",
"@r/rest-cache": "1.1.4",
"superagent": "1.3.0",
"superagent-retry": "git://github.com/ajacksified/superagent-retry#d39d7adbcd021d8ed09df440dba970c91fed9cd4"
},
"devDependencies": {
"babel-core": "6.5.1",
"babel-eslint": "4.1.7",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-async-to-generator": "6.5.0",
"babel-plugin-transform-class-properties": "6.5.0",
"babel-plugin-transform-object-rest-spread": "6.5.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "6.5.1",
"chai": "3.5.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "2.1.1",
"eslint-plugin-react": "3.16.1",
"mocha": "2.4.5",
"sinon": "1.17.1",
"sinon-chai": "2.8.0"
}
}