package.json 757 Bytes
{
  "name": "Onos-GUI-tests",
  "version": "1.0.0",
  "description": "Tests for the ONOS GUI",
  "main": "karma.conf.js",
  "scripts": {
    "test:dev": "karma start",
    "test": "karma start karma.ci.js"
  },
  "author": "ON.Lab",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "opennetworkinglab/onos"
  },
  "devDependencies": {
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^0.2.3",
    "karma-coverage": "^0.5.5",
    "karma-jasmine": "^0.3.6",
    "karma-junit-reporter": "^0.4.2",
    "karma-mocha-reporter": "^1.1.3",
    "karma-ng-html2js-preprocessor": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.1",
    "phantomjs": "^2.1.3"
  }
}