Skip to content

Commit 3309c27

Browse files
committed
update
1 parent b8b181d commit 3309c27

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

exprify.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "exprify",
3+
"filename": "exprify.min.js",
4+
"version": "1.0.2",
5+
"description": "A powerful math expression parser and evaluator with runtime data-type checking",
6+
"homepage": "https://github.com/code-hemu/Exprify",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/code-hemu/Exprify.git"
10+
},
11+
"license": "GPL-3.0",
12+
"assets": [
13+
{
14+
"version": "1.0.2",
15+
"files": [
16+
"dist/exprify.min.js"
17+
]
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)