Skip to content

Commit 24b8f24

Browse files
added bower.json
1 parent 562ffcf commit 24b8f24

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "jsonata",
3+
"description": "JSON query and transformation language",
4+
"main": "jsonata.js",
5+
"license": "MIT",
6+
"keywords": [
7+
"JSON",
8+
"query",
9+
"transformation",
10+
"transform",
11+
"mapping",
12+
"path"
13+
],
14+
"homepage": "https://github.com/jsonata-js/jsonata",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)