-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "polymer-rename",
"version": "4.3.0",
"description": "Rename polymer template databinding expressions and event functions with closure-compiler",
"main": "index.js",
"scripts": {
"test": "mocha && eslint ./lib"
},
"keywords": [
"Polymer",
"google-closure-compiler"
],
"files": [
"index.js",
"polymer-rename-externs.js",
"lib"
],
"author": "Chad Killingsworth <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Banno/polymer-rename.git"
},
"bugs": {
"url": "https://github.com/Banno/polymer-rename/issues"
},
"homepage": "https://github.com/Banno/polymer-rename#readme",
"bundledDependencies": [
"tree-walk"
],
"dependencies": {
"acorn": "8.x",
"acorn-walk": "^8.x",
"escodegen": "1.x",
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"polymer-analyzer": "3.x",
"string-replace-source-map": "1.3.x",
"tree-walk": "github:chadkillingsworth/tree-walk#add-walk",
"vscode-uri": "1.x"
},
"devDependencies": {
"eslint": "7.x",
"eslint-config-google": "^0.7.1"
}
}