Skip to content

Commit

Permalink
Added a JSON file that allows this package to be added to the bower p…
Browse files Browse the repository at this point in the history
…ackage manager.
  • Loading branch information
levicc00123 committed Jun 28, 2014
1 parent f1addd3 commit f2cb00e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "convnetjs",
"version": "0.0.0",
"authors": [
"Andrej Karpathy <[email protected]>"
],
"description": "Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.",
"main": "build/convnet.js",
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"keywords": [
"machine",
"learning",
"AI",
"convnet"
],
"license": "MIT",
"homepage": "http://cs.stanford.edu/people/karpathy/convnetjs/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f2cb00e

Please sign in to comment.