-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 817 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 817 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
{
"name": "protractor-selenium-server-vagrant",
"description": "A Vagrant VM with Protractor, Selenium standalone server, and Xvfb for headless browser end to end testing of AngularJS applications.",
"keywords": [
"angular",
"protractor",
"selenium",
"vagrant",
"headless",
"testing"
],
"version": "0.0.10",
"homepage": "https://github.com/exratione/protractor-selenium-server-vagrant",
"author": "Reason <reason@exratione.com>",
"engines": {
"node": ">= 0.10"
},
"dependencies": {},
"devDependencies": {},
"repository" : {
"type": "git",
"url": "https://github.com/exratione/protractor-selenium-server-vagrant"
},
"licenses" : [{
"type": "MIT",
"url": "https://github.com/exratione/protractor-selenium-server-vagrant/raw/master/LICENSE"
}]
}