forked from YahooArchive/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (53 loc) · 1.68 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "yahoo-arrow",
"description": "FrontEnd Testing Framework",
"version": "0.0.74",
"homepage": "https://github.com/yahoo/arrow",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/arrow.git"
},
"man": "../man/arrow.1",
"main": "./index.js",
"scripts": {
"help": "arrow --help",
"test": "ytestrunner --yui3 --include **/tests/**/*-tests.js --exclude=**/node_modules/**/*-tests.js --cov-exclude=**/webdriver.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 Verma <[email protected]>",
"contributors": [
"Sushant Kumar <[email protected]>",
"Ivan Alonso <[email protected]>"
],
"bin": {
"arrow": "./index.js",
"arrow_server" : "arrow_server/server.js",
"arrow_selenium" : "arrow_selenium/selenium.js"
},
"engines": [ "node >=0.6" ],
"dependencies": {
"glob": "3.1.11",
"nopt": "2.0.0",
"colors": "0.6.0-1",
"express": "3.0.0",
"yui": "3.6.0",
"JSV": "4.0.2",
"log4js": "0.5.1",
"clone": "0.1.0",
"useragent": "1.1.0",
"istanbul": "0.1.25",
"uglify-js": "1.3.4",
"xml-writer": "1.2.3",
"ycb": "1.0.4"
},
"devDependencies": {
"ytestrunner": "0.3.3",
"mockery": "1.1.2"
}
}