Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « angularjs « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d8daedeed876ad3266643939171fce1f474cfca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "author": "(c) piwik.org",
  "name": "PiwikJsTestRunner",
  "description": "Piwik AngularJS test runner",
  "license": "GPLv3+",
  "homepage": "http://piwik.org",
  "dependencies": {
    "chai": ">= 1.9.1",
    "clean-pattern": "^0.1.2",
    "grunt": ">= 0.4.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-shell": "^0.7.0",
    "mocha": "1.18.2",
    "karma": ">= 0.12.1",
    "karma-chrome-launcher": ">= 0.1.2",
    "karma-firefox-launcher": ">= 0.1.3",
    "karma-jshint-preprocessor": ">= 0.0.2",
    "karma-mocha": "0.1.3",
    "karma-mocha-reporter": "0.2.2",
    "karma-phantomjs-launcher": ">= 0.1.2",
    "karma-spec-reporter": ">= 0.0.12",
    "phantomjs": ">= 1.9.7-1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "version": "0.1.0",
  "devDependencies": {
    "grunt-karma": "^2.0.0"
  }
}