-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.01 KB
/
package.json
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
32
33
34
{
"name": "jester-tester",
"description": "Get your project tested and out there with minimal fuss.",
"repository": "https://github.com/jauco/jester",
"version": "2.0.1",
"author": "Jauco Noordzij <code@jauco.nl>",
"bin": {
"jester-watch": "./src/bin/jester-watch.js",
"jester-batch": "./src/bin/jester-batch.js",
"jester-init": "./src/bin/jester-init.js",
"jester-doc": "./src/bin/jester-doc.js"
},
"licence": "MIT",
"dependencies": {
"karma-script-launcher": "0.1.0",
"karma-chrome-launcher": "0.1.2",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.2.2",
"karma-phantomjs-launcher": "0.1.2",
"karma-junit-reporter": "0.2.1",
"karma-ie-launcher": "0.1.3",
"karma": "0.12.13",
"webpack": "1.0.0-rc11",
"eslint": "0.4.2",
"watchr": "2.4.11",
"mkdirp": "0.3.5",
"glob": "3.2.8",
"eslint-path-formatter": "0.1.1",
"source-map-support": "~0.2.5",
"json-loader": "~0.5.0",
"jsdoc": "3.3.0-alpha8",
"when": "~3.1.0"
}
}