Skip to content

Commit 56b3f99

Browse files
add component.json
1 parent ed9cf91 commit 56b3f99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

component.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"description": "randomness code bricks for JavaScript",
3+
"version": "0.0.3",
4+
"repo": "aureooms/js-random",
5+
"scripts": [
6+
"js/dist/random.js"
7+
],
8+
"name": "aureooms-js-random",
9+
"license": "AGPL-3.0",
10+
"main": "js/dist/random.js"
11+
}

0 commit comments

Comments
 (0)