forked from cucumber-attic/gherkin-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 991 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
{ "name" : "gherkin-editor"
, "description" : "A web based Gherkin editor based on the Ace editor."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "0.0.1"
, "homepage" : "http://github.com/aslakhellesoy/gherkin-editor"
, "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>"
, "contributors" : [
"Aslak Hellesøy <aslak.hellesoy@gmail.com>"
, "Ivan Necas <necasik@gmail.com>"
]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/aslakhellesoy/gherkin-editor.git"
}
, "bugs" :
{ "mail" : "cukes@googlegroups.com"
, "web" : "http://github.com/aslakhellesoy/gherkin-editor/issues"
}
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/gherkin"
, "engines" : { "node" : "0.4 || 0.5" }
, "dependencies" :
{ "gherkin" : "2.3.9"
, "connect" : "1.4.0"
, "express" : "2.2.2"
, "jasmine-node" : "1.0.4"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"
}
]
}