-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 780 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 780 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
{
"name": "sam-binaryalert",
"version": "0.2.1-snapshot",
"description": "sam-binaryalert",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clone": "git clone -b master --depth 1 https://github.com/airbnb/binaryalert.git",
"override": "cp --recursive binaryalert_override/* binaryalert"
},
"repository": {
"type": "git",
"url": "git+https://github.com/komikoni/sam-binaryalert.git"
},
"author": "Keisuke Konishi",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/komikoni/sam-binaryalert/issues"
},
"homepage": "https://github.com/komikoni/sam-binaryalert#readme"
}