File tree Expand file tree Collapse file tree 1 file changed +37
-5
lines changed Expand file tree Collapse file tree 1 file changed +37
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
7
39
}
You can’t perform that action at this time.
0 commit comments