forked from weexteam/wd-for-Apache-Weex
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 745 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 745 Bytes
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": "weex-wd",
"version": "1.0.12",
"description": "macaca wd for weex",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:weexteam/weex-wd.git"
},
"keywords": [
"macaca",
"wd",
"weex"
],
"author": "黄巢 <hanqiang.hq@alibaba-inc.com>",
"contributors": [
"sospartan <sospartan@apache.org>",
"xspider <xspider.org@gmail.com>"
],
"license": "Apache 2.0",
"dependencies": {
"lodash": "^4.17.3",
"webdriver-client": "^1.0.17"
},
"devDependencies": {
"macaca-cli": "^1.1.0",
"mocha": "^3.2.0",
"should": "^11.1.2"
}
}