forked from andresdominguez/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "elementor",
"version": "2.1.0",
"description": "Elementor allows you test locators against a live Protractor session by entering them directly into Chrome or your IDE.",
"main": "bin/elementor.js",
"bin": {
"elementor": "bin/elementor.js"
},
"dependencies": {
"body-parser": "1.15.2",
"chalk": "^1.1.3",
"express": "5.0.0-alpha.2",
"lodash": "4.16.4",
"minimist": "^1.2.0",
"protractor": "^4.0.9",
"q": "2.0.3",
"temp": "0.8.3"
},
"devDependencies": {
"jasmine-node": "2.0.0",
"request": "2.75.0"
},
"scripts": {
"test": "node node_modules/jasmine-node/bin/jasmine-node test/"
},
"repository": {
"type": "git",
"url": "https://github.com/andresdominguez/elementor.git"
},
"keywords": [
"protractor",
"webdriver",
"angular"
],
"author": "Andres Dominguez",
"license": "MIT",
"bugs": {
"url": "https://github.com/andresdominguez/elementor/issues"
},
"homepage": "https://github.com/andresdominguez/elementor"
}