-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 927 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
39
40
41
42
43
44
45
46
47
48
{
"name": "arvis-aws",
"version": "0.0.2",
"description": "Search through the AWS JavaScript SDK",
"license": "MIT",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"postinstall": "arvish-init",
"preuninstall": "arvish-cleanup",
"prepublish": "./make.js"
},
"files": [
"index.js",
"data.json",
"icon.png",
"arvis-workflow.json",
"icons"
],
"keywords": [
"arvis",
"arvish",
"workflow",
"aws",
"awssdk",
"documentation",
"productivity"
],
"dependencies": {
"arvish": ">=0.4.6",
"pify": "^3.0.0",
"string-occurrence": "^1.2.0"
},
"devDependencies": {
"arvish-test": ">=0.1.0",
"ava": "*",
"aws-sdk": "^2.221.1",
"path-exists": "^3.0.0",
"xo": "*"
}
}