-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "CopyCssSelector",
"version": "0.5.0",
"description": "usefull lib for getting selector from web element ",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/flamencist/CopyCssSelector.git"
},
"keywords": [
"selector",
"css",
"path"
],
"author": "A.Chermyanin (flamencist)",
"license": "ISC",
"bugs": {
"url": "https://github.com/flamencist/CopyCssSelector/issues"
},
"homepage": "https://github.com/flamencist/CopyCssSelector",
"devDependencies": {
"del": "^4.1.1",
"eslint": "^5.16.0",
"gulp": "3.9.1",
"gulp-crx-pack": ">=1.0.1",
"gulp-eslint": "^5.0.0",
"gulp-json-editor": ">=2.2.1",
"gulp-shell": "^0.7.1",
"gulp-zip": "^5.0.0",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": ">=2.0.0",
"karma-firefox-launcher": ">=1.0.0",
"karma-ie-launcher": ">=1.0.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-phantomjs-launcher": ">=1.0.2",
"karma-safari-launcher": ">=1.0.0",
"phantomjs-prebuilt": ">=2.1.13"
},
"dependencies": {
"selector-generator": ">=0.3.1"
}
}