-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
{
"name": "document-driven-ui-test",
"version": "0.0.1",
"description": "This library is design for support use markdown syntax to write document contain test plan and automatic generate the automation UI test for a web application, current not support Flash site. ",
"main": "main.js",
"scripts": {
"test": "mocha "
},
"keywords": [
"document",
"test",
"markdown"
],
"author": "Erxin, Shang (Edwin)",
"license": "GPL-3.0",
"devDependencies": {
"bower": "^1.7.9",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"loglevel": "^1.4.1",
"mocha": "^10.0.0",
"promises-aplus-tests": "^1.2.0",
"sinon": "^1.17.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jszip": "^3.1.2",
"natural": "^0.4.0",
"requirejs": "^2.3.2",
"selenium-webdriver": "^3.0.0-beta-3",
"showdown": "^1.4.3",
"text": "github:requirejs/text",
"underscore": "^1.13.4"
}
}