~holger-seelig/cobweb.js/trunk

« back to all changes in this revision

Viewing changes to cobweb.js/jam/jquery/test/qunit/package.json

  • Committer: Holger Seelig
  • Date: 2017-08-22 04:53:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20170822045324-4of4xxgt79669gbt
Switched to npm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "name": "qunitjs",
3
 
  "title": "QUnit",
4
 
  "description": "An easy-to-use JavaScript Unit Testing framework.",
5
 
  "version": "1.11.0",
6
 
  "author": {
7
 
    "name": "jQuery Foundation and other contributors",
8
 
    "url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt"
9
 
  },
10
 
  "contributors": [
11
 
    "John Resig <jeresig@gmail.com> (http://ejohn.org/)",
12
 
    "Jörn Zaefferer <joern.zaefferer@gmail.com> (http://bassistance.de/)"
13
 
  ],
14
 
  "homepage": "http://qunitjs.com",
15
 
  "repository": {
16
 
    "type": "git",
17
 
    "url": "git://github.com/jquery/qunit.git"
18
 
  },
19
 
  "bugs": {
20
 
    "url": "https://github.com/jquery/qunit/issues"
21
 
  },
22
 
  "license": {
23
 
    "name": "MIT",
24
 
    "url": "http://www.opensource.org/licenses/mit-license.php"
25
 
  },
26
 
  "keywords": [
27
 
    "testing",
28
 
    "unit",
29
 
    "jquery"
30
 
  ],
31
 
  "main": "qunit/qunit.js",
32
 
  "devDependencies": {
33
 
    "grunt": "0.3.x",
34
 
    "grunt-git-authors": "1.0.0",
35
 
    "testswarm": "1.0.0-alpha"
36
 
  }
37
 
}