forked from theintern/intern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 994 Bytes
/
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
35
{
"name": "intern",
"version": "3.1.0-pre",
"main": "main",
"description": "Intern. A next-generation code testing stack for JavaScript.",
"repository": {
"type": "git",
"url": "https://github.com/theintern/intern.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"istanbul": "0.3.17",
"source-map": "0.1.33",
"dojo": "2.0.0-alpha.6",
"chai": "3.0.0",
"leadfoot": "1.6.4",
"digdug": "1.3.2",
"charm": "0.2.0",
"diff": "1.1.0"
},
"devDependencies": {
"intern": "3.0.3"
},
"scripts": {
"install": "node support/fixdeps.js",
"update": "node support/fixdeps.js"
},
"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"
}
}