forked from thlorenz/rename-function-calls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 858 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
34
35
36
37
38
39
{
"name": "rename-function-calls",
"version": "0.1.1",
"description": "Renames functions calls, but leaves function definitions unchanged.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/rename-function-calls.git"
},
"homepage": "https://github.com/thlorenz/rename-function-calls",
"dependencies": {
"detective": "~4.3.1"
},
"devDependencies": {
"tap": "~0.4.3"
},
"keywords": [
"replace",
"refactor",
"debug",
"function",
"AST"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/rename-function-calls/blob/master/LICENSE"
},
"engine": {
"node": ">=0.6"
}
}