{ "name": "javascript-algorithm-learning", "version": "1.0.0", "description": "[]() [](https://travis-ci.org/JackPu/JavaScript-Algorithm-Learning)", "main": "index.js", "scripts": { "test": "karma start karma.conf.js" }, "repository": { "type": "git", "url": "git+https://github.com/JackPu/JavaScript-Algorithm-Learning.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/JackPu/JavaScript-Algorithm-Learning/issues" }, "homepage": "https://github.com/JackPu/JavaScript-Algorithm-Learning#readme", "devDependencies": { "browserify": "^13.1.0", "jasmine-core": "*", "karma": "^1.3.0", "karma-browserify": "^5.1.0", "karma-chrome-launcher": "^2.0.0", "karma-commonjs": "^1.0.0", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "watchify": "^3.7.0" } }