Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dec9596

Browse files
committed
Added Bower configuration file.
1 parent 913b15b commit dec9596

File tree

1 file changed

+37
-5
lines changed

1 file changed

+37
-5
lines changed

bower.json

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
11
{
2-
"name": "dn2a",
3-
"version": "0.0.1",
4-
"dependencies": {
5-
"lodash": "^4.9.0"
6-
}
2+
"authors": [
3+
"Antonio De Luca <[email protected]>"
4+
],
5+
"description": "DN2A - Digital Neural Networks Architecture",
6+
"ignore": [
7+
".git",
8+
"bower_components",
9+
"examples",
10+
"library",
11+
"node_modules",
12+
"tests",
13+
".babelrc",
14+
".gitignore",
15+
".npmignore",
16+
".travis.yml",
17+
"Gruntfile.js",
18+
"gulpfile.js",
19+
"jasmine.json",
20+
"karma.conf.js",
21+
"package.json"
22+
],
23+
"keywords": [
24+
"neural networks",
25+
"machine learning",
26+
"artificial intelligence"
27+
],
28+
"license": "MIT",
29+
"main": [
30+
"bundled/dn2a.browser.js"
31+
],
32+
"moduleType": [
33+
"amd",
34+
"globals",
35+
"node"
36+
],
37+
"name": "dn2a",
38+
"version": "0.1.1"
739
}

0 commit comments

Comments
 (0)