-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
32 lines (32 loc) · 960 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
{
"name": "cloudformation-js-yaml-schema",
"version": "0.4.2",
"description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js",
"sort-tags.json": "command -v jq >/dev/null 2>&1 &&(jq -S '' tags.json )>tags.sorted.json&&mv tags.sorted.json tags.json || { echo 'jq is not install or not in $PATH' >&2; exit 0; }"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyolk/cloudformation-js-yaml-schema.git"
},
"keywords": [
"cloudformation",
"aws",
"js-yaml",
"yaml",
"parser",
"schema"
],
"author": "Joseph Yølk Chiocchi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yyolk/cloudformation-js-yaml-schema/issues"
},
"homepage": "https://github.com/yyolk/cloudformation-js-yaml-schema#readme",
"dependencies": {
"js-yaml": "^3.7.0"
}
}