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

Skip to content

Commit b2b60b9

Browse files
committed
Updated list of development dependencies to include libraries for testing as well as additional support for gulp tasks.
1 parent 36950a7 commit b2b60b9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,23 @@
1212
"babel-preset-es2015": "^6.6.0",
1313
"browserify": "^13.0.0",
1414
"grunt": "^1.0.1",
15+
"grunt-babel": "^6.0.0",
1516
"grunt-cli": "^1.2.0",
1617
"grunt-contrib-clean": "^1.0.0",
17-
"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"
1832
},
1933
"keywords": [
2034
"neural networks",

0 commit comments

Comments
 (0)