File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "adler32cs" : " github:chick307/adler32cs.js" ,
2222 "cf-blob.js" : " 0.0.1" ,
2323 "filesaver.js" : " github:andyinabox/FileSaver.js" ,
24+ "jasmine" : " ^2.5.2" ,
25+ "karma" : " ^1.3.0" ,
26+ "mocha" : " ^3.1.0" ,
27+ "requirejs" : " ^2.3.2" ,
2428 "webdriverio" : " ^4.2.16"
2529 },
2630 "devDependencies" : {
2731 "babel-preset-es2015-rollup" : " ^1.1.1" ,
32+ "karma-chrome-launcher" : " ^2.0.0" ,
33+ "karma-firefox-launcher" : " ^1.0.0" ,
34+ "karma-jasmine" : " ^1.0.2" ,
35+ "karma-mocha" : " ^1.2.0" ,
36+ "karma-requirejs" : " ^1.1.0" ,
2837 "local-web-server" : " ^1.2.6" ,
2938 "mocha" : " ^3.1.0" ,
3039 "rollup" : " ^0.31.1" ,
3443 "scripts" : {
3544 "start" : " ws" ,
3645 "build" : " npm install && bower install && node build.js && npm shrinkwrap --dev" ,
37- "version" : " npm run build && git add -A dist"
46+ "version" : " npm run build && git add -A dist" ,
47+ "test" : " ./node_modules/.bin/karma start --single-run"
3848 }
3949}
You can’t perform that action at this time.
0 commit comments