forked from FormidableLabs/appr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 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
{
"name": "appr",
"version": "1.1.0",
"description": "Pull Request Review Apps for create-react-native-app / Expo",
"main": "index.js",
"scripts": {
"test": "eslint scripts/"
},
"engines": {
"node": ">= 6.4.0",
"npm": ">= 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/appr.git"
},
"bin": {
"appr": "./index.js"
},
"author": "Jani Eväkallio <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/appr/issues"
},
"homepage": "https://github.com/FormidableLabs/appr#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.17.1",
"eslint-config-formidable": "^2.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0"
},
"dependencies": {
"exp": "^44.0.0",
"request": "^2.81.0"
}
}