-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"name": "@functionalfoundry/now-travis",
"version": "0.1.30",
"description": "Deploy to now.sh from Travis",
"repository": "https://github.com/functionalfoundry/now-travis",
"author": "Jannis Pohlmann <jannis@functionalfoundry.com>",
"license": "MIT",
"files": [
"bin",
"yarn.lock"
],
"bin": {
"now-travis": "./bin/now-travis"
},
"dependencies": {
"cross-spawn": "^5.1.0",
"normalize-url": "^1.9.1",
"now": "^8.3.10",
"now-client": "^1.1.1",
"octonode": "^0.9.0",
"url-regex": "^4.1.1"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-import": "^0.13.0",
"eslint-config-prettier": "^2.6.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}