Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36950a7 commit b2b60b9Copy full SHA for b2b60b9
package.json
@@ -12,9 +12,23 @@
12
"babel-preset-es2015": "^6.6.0",
13
"browserify": "^13.0.0",
14
"grunt": "^1.0.1",
15
+ "grunt-babel": "^6.0.0",
16
"grunt-cli": "^1.2.0",
17
"grunt-contrib-clean": "^1.0.0",
- "grunt-browserify": "^5.0.0"
18
+ "grunt-browserify": "^5.0.0",
19
+ "grunt-karma": "^2.0.0",
20
+ "gulp": "^3.9.1",
21
+ "gulp-babel": "^6.1.2",
22
+ "gulp-clean": "^0.3.2",
23
+ "gulp-cli": "^1.2.2",
24
+ "jasmine": "^2.4.1",
25
+ "jasmine-expect": "^2.0.2",
26
+ "karma": "^1.1.0",
27
+ "karma-browserify": "^5.0.5",
28
+ "karma-phantomjs-launcher": "^1.0.1",
29
+ "karma-jasmine": "^1.0.2",
30
+ "karma-jasmine-matchers": "^2.0.2",
31
+ "phantomjs": "^2.1.7"
32
},
33
"keywords": [
34
"neural networks",
0 commit comments