-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 852 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
{
"name": "protractor-dart",
"description": "Webdriver E2E test wrapper for AngularDart.",
"version": "0.0.5",
"license" : "MIT",
"homepage": "https://github.com/chirayuk/protractor_dart",
"repository": {
"type": "git",
"url": "git://github.com/chirayuk/protractor_dart.git"
},
"bin": {
"protractor_dart": "bin/protractor_dart"
},
"scripts": {
"start": "node app/expressserver.js",
"test": "bin/protractor_dart test/conf.js"
},
"dependencies": {
"express": "~3.4.0",
"glob": ">=3.1.14",
"protractor-dev": "0.23.6",
"q": ">=1.0.0",
"source-map-support": "~0.2.6"
},
"author": [
"Chirayu Krishnappa <[email protected]>",
"Julie Ralph <[email protected]>"
],
"contributors": [
"Chirayu Krishnappa <[email protected]>",
"Julie Ralph <[email protected]>"
]
}