-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 842 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
{
"name": "lasso-analyzer",
"version": "1.4.5",
"description": "A tool to analyze and visualize the bundle created by Lasso",
"main": "src/index.js",
"bin": {
"lasso-analyzer": "bin/index.js"
},
"scripts": {
"clean": "rm -rf *.html *.js lasso-stats.json",
"test": "npm run jshint",
"jshint": "jshint",
"analyze": "lasso-analyzer static"
},
"dependencies": {
"bundle-me": "^1.1.4",
"lasso-unpack": "^1.3.2",
"opener": "^1.5.1",
"randomcolor": "^0.5.4"
},
"repository": {
"type": "git",
"url": "[email protected]:pajaydev/lasso-analyzer.git"
},
"keywords": [
"analyze",
"file",
"modules",
"tree",
"size",
"lasso",
"visualize",
"bundle"
],
"author": "Ajaykumar Prathap",
"license": "MIT",
"devDependencies": {
"jshint": "^2.9.6"
}
}