Skip to content

Commit

Permalink
add component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 11, 2015
1 parent 012bc7f commit fcd01e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "prime numbers code bricks for JavaScript",
"version": "1.0.0",
"repo": "aureooms/js-prime",
"scripts": [
"js/dist/prime.js"
],
"name": "aureooms-js-prime",
"license": "AGPL-3.0",
"main": "js/dist/prime.js"
}

0 comments on commit fcd01e1

Please sign in to comment.