forked from busterjs/buster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.56 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "buster",
"version": "0.6.3",
"main": "./lib/buster",
"description": "Buster.JS JavaScript Test framework. Meta package that pieces together various sub-projects.",
"homepage": "http://busterjs.org/",
"author": { "name": "August Lilleaas and Christian Johansen" },
"contributors": [{
"name": "August Lilleaas",
"email": "[email protected]",
"url": "http://augustl.com"
}, {
"name": "Christian Johansen",
"email": "[email protected]",
"url": "http://cjohansen.no"
}],
"repository": {
"type": "git",
"url": "git://gitorious.org/buster/buster.git"
},
"bin": {
"buster": "./bin/buster",
"buster-test": "./bin/buster-test",
"buster-server": "./bin/buster-server",
"buster-autotest": "./bin/buster-autotest",
"buster-static": "./bin/buster-static"
},
"scripts": {
"test": "./run-tests"
},
"dependencies": {
"buster-core": ">=0.6.3",
"buster-evented-logger": ">=0.4.4",
"buster-assertions": ">=0.10.3",
"buster-format": ">=0.5.5",
"sinon": ">=1.4",
"buster-test": ">=0.6.1",
"buster-sinon": ">=0.6.0",
"buster-test-cli": ">=0.7.0",
"buster-server-cli": ">=0.2.0",
"buster-autotest": ">=0.2.0",
"buster-static": ">=0.5",
"buster-syntax": "~0.4",
"when": "http://github.com/cujojs/when/tarball/1.3.0"
},
"devDependencies": {
"uglify-js": "~1.2.5",
"buster-util": ">=0.5"
}
}