forked from minho814/loopback-rest-connector-syncgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "loopback-rest-connector-syncgateway",
"description": "api",
"version": "0.2.0",
"main": "index.js",
"scripts": {
"eslint": "sh ./scripts/eslint.sh"
},
"dependencies": {
"ajv": "^4.0.1",
"babel": "^6.1.18",
"babel-cli": "^6.4.5",
"babel-core": "^6.1.21",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-node5": "^1.2.0",
"babel-root-import": "^3.2.2",
"babel-types": "^6.7.2",
"chalk": "^1.1.3",
"debug": "^2.2.0",
"express-jsonschema": "^1.1.0",
"lodash": "^4.11.1",
"loopback-connector-rest": "^2.0.0",
"request-promise": "^3.0.0"
},
"pre-commit": [
"eslint"
],
"devDependencies": {
"babel-eslint": "^4.1.8",
"chai": "^3.0.0",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"isparta": "^4.0.0",
"mocha": "^2.2.5",
"nodemon": "^1.9.2",
"pre-commit": "^1.0.10",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minho814/loopback-rest-connector-syncgateway.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/minho814/loopback-rest-connector-syncgateway/issues"
},
"homepage": "https://github.com/minho814/loopback-rest-connector-syncgateway#readme"
}