-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
41 lines (41 loc) · 967 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
36
37
38
39
40
41
{
"name" : "GuardJasmine",
"description" : "PhantomJS based Jasmine runner for Guard",
"keywords" : ["JavaScript", "Jasmine", "BDD"],
"author" : "Michael Kessler <michi@netzpiraten.ch>",
"maintainers" : [
{
"name" : "Michael Kessler"
}
],
"version" : "0.9.14",
"licenses" : [
{
"type" : "MIT",
"url" : "http://github.com/netzpirat/guard-jasmine/raw/master/LICENSE"
}
],
"engines" : {
"node" : ">=0.4.0"
},
"directories" : {
"lib" : ".lib/guard/jasmine/phantomjs/lib"
},
"devDependencies" : {
"coffee-script" : ">= 1.1.3",
"mocha" : ">= 0.14.1",
"chai" : ">= 0.1.3",
"sinon" : ">= 1.3.1"
},
"homepage" : "https://github.com/netzpirat/guard-jasmine",
"repository" : {
"type" : "git",
"url" : "git://github.com/netzpirat/guard-jasmine.git"
},
"bugs" : {
"url" : "https://github.com/netzpirat/guard-jasmine/issues"
},
"scripts" : {
"test" : "mocha"
}
}