This repository was archived by the owner on Jul 15, 2019. It is now read-only.
forked from proverma/arrow
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (77 loc) · 2.17 KB
/
package.json
File metadata and controls
80 lines (77 loc) · 2.17 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "yahoo-arrow",
"description": "FrontEnd Testing Framework",
"version": "0.6.16",
"homepage": "https://github.com/yahoo/arrow",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/arrow.git"
},
"man": "../man/arrow.1",
"main": "./lib.js",
"scripts": {
"help": "arrow --help",
"test": "ytestrunner --yui3 --include **/tests/**/*-tests.js --exclude=**/node_modules/**/*-tests.js --cov-exclude=**/tests/**/* --cov-exclude=**/node_modules/**/* --cov-exclude=**/ext-lib/**/* --yconfig ytestrunner.json -v -c --save-coverage --save-results",
"func-test": "cd ./tests/functional && npm install && npm test"
},
"yahoo": {
"bugzilla": {
"product": "Lego QE Platform",
"component": "Arrow"
}
},
"author": "Pranav V",
"contributors": [
"Sushant K",
"Ivan A",
"Payal S",
"Pranav P",
"Jintao Q",
"Ji L",
"Jun W",
"Ares H"
],
"bin": {
"arrow": "./index.js",
"arrow_server": "arrow_server/server.js",
"arrow_selenium": "arrow_selenium/selenium.js"
},
"engines": [ "node >=0.6" ],
"dependencies": {
"body-parser": "1.x",
"glob": "3.1.11",
"nopt": "2.0.0",
"cookie-parser": "1.x",
"colors": "0.6.0-1",
"express": "4.x",
"yui": "3.8.0",
"JSV": "4.0.2",
"log4js": "0.5.1",
"useragent": "1.1.0",
"istanbul": "0.1.25",
"uglify-js": "1.3.4",
"xml-writer": "1.2.3",
"ycb": "1.0.5",
"async": "~0.2.5",
"xml2js": "0.1.14",
"mkdirp": "0.3.5",
"selenium-webdriver": "2.39.0",
"underscore": "1.6.0",
"clone":"0.1.11",
"saucelabs": "0.1.1"
},
"optionalDependencies": {
"mocha": "~1.18.2",
"jasmine-node": "1.4.0",
"qunitjs": "1.11.0",
"chai": "1.5.0",
"oauth": "0.9.8",
"cheerio": "0.9.2",
"cheerio-select": "0.0.3"
},
"devDependencies": {
"ytestrunner": "0.3.3",
"mockery": "1.4.0",
"JSONPath": "0.9.1"
}
}