UNPKG

1.24 kBJSONView Raw
1{
2 "name": "apigeek-affirm",
3 "version": "1.9.8",
4 "description": "Executable English for Software Testing and more",
5 "main": "lib/index.js",
6 "directories": {
7 "doc": "docs"
8 },
9 "keywords": [
10 "openapi",
11 "swagger",
12 "scripting",
13 "docs",
14 "mocha",
15 "chai",
16 "mocha",
17 "gherkin",
18 "BDD",
19 "Specification",
20 "Natural Language",
21 "Test",
22 "API",
23 "Yeoman",
24 "Selenium",
25 "RESTful",
26 "QA",
27 "XML",
28 "Behaviour",
29 "Driven",
30 "documentation",
31 "declarative",
32 "builder",
33 "generator"
34 ],
35 "scripts": {
36 "test": "lib/index.js"
37 },
38 "bugs": {
39 "url": "https://github.com/apigeek/project/issues",
40 "email": "bugs@apigeek.me"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/apigeek/affirm.git"
45 },
46 "author": "lee.curtis@troven.com.au",
47 "license": "Apache-2.0",
48 "bin": {
49 "affirm": "lib/index.js"
50 },
51 "dependencies": {
52 "apigeek-dialect": "^1.1.0",
53 "apigeek-dialect-webapi": "^1.0.0",
54 "apigeek-dialect-webapp": "^1.8.0",
55 "assert": "^1.4.1",
56 "debug": "^2.2.0",
57 "form-data": "^1.0.0-rc4",
58 "cron": "^1.1.0",
59 "mkdirp": "^0.5.1",
60 "request": "^2.74.0",
61 "underscore": "^1.8.3"
62 }
63}