Adds unit test framework and a first unit test.
[quanweb.git] / js / package.json
1 {
2   "name": "quanweb",
3   "version": "0.0.1",
4   "description": "E-Book Library Web User Interface",
5   "license": "GPL-3.0+",
6   "devDependencies": {
7     "grunt": "^1.0.1",
8     "grunt-contrib-concat": "^1.0.1",
9     "grunt-contrib-jshint": "~0.10.0",
10     "grunt-contrib-nodeunit": "~0.4.1",
11     "grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
12     "grunt-mocha-test": "^0.13.3",
13     "jasmine": "^2.8.0",
14     "jasmine-core": "^2.8.0",
15     "karma": "^2.0.0",
16     "karma-chrome-launcher": "^2.2.0",
17     "karma-jasmine": "^1.1.1",
18     "mocha": "^4.0.1",
19   },
20   "scripts": {
21     "test": "./node_modules/karma/bin/karma start karma.conf.js"
22   }
23 }