forked from theintern/intern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1 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
{
"name": "intern",
"version": "1.4.0-pre",
"main": "main",
"description": "Intern. A next-generation code testing stack for JavaScript.",
"repository": {
"type": "git",
"url": "https://github.com/theintern/intern.git"
},
"licenses": [
{ "type": "BSD-3-Clause", "url": "https://github.com/theintern/intern/blob/master/LICENSE" }
],
"dependencies": {
"wd": "0.2.2",
"istanbul": "0.1.35",
"sauce-connect-launcher": "0.1.11",
"dojo": "https://github.com/csnover/dojo2-core/archive/2.0.tar.gz",
"chai": "1.5.0"
},
"devDependencies": {
"intern": "https://github.com/theintern/intern/archive/master.tar.gz"
},
"bugs": "https://github.com/theintern/intern/issues",
"keywords": [ "javascript", "test", "unit", "testing", "ci", "continuous integration", "bdd", "tdd", "xunit", "istanbul", "chai", "dojo", "toolkit", "selenium", "sauce labs", "code coverage" ],
"homepage": "http://theintern.io/",
"bin": {
"intern-client": "./bin/intern-client.js",
"intern-runner": "./bin/intern-runner.js"
}
}