forked from Jianru-Lin/lambda-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 962 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
40
41
42
43
{
"name": "lambda-view",
"version": "5.10.0",
"description": "A New Tool for Reading JavaScript Code in 2017",
"main": "lv.js",
"bin": {
"lv": "./lv.js",
"lv-svr": "./lv-svr.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/stop.js",
"preuninstall": "node scripts/stop.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jianru-Lin/lambda-view.git"
},
"keywords": [
"formatter",
"reader",
"analyzer"
],
"author": "Jianru Lin",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"debug": "^3.1.0",
"esprima": "^4.0.0",
"express": "^4.16.3",
"open": "^0.0.5",
"request": "^2.75.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2",
"codecov": "^1.0.1",
"webpack": "^2.2.0-rc.4"
}
}