forked from mahdi-shojaee/grunt-amdcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.04 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
48
49
50
{
"name": "grunt-amdcheck",
"description": "Uses AST to find and remove unused dependencies in AMD modules.",
"version": "1.2.5",
"homepage": "https://github.com/mehdishojaei/grunt-amdcheck",
"author": "Mehdi Shojaei",
"contributors": [
{
"name": "Mehdi Shojaei",
"email": "msh6180339@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mehdishojaei/grunt-amdcheck.git"
},
"bugs": {
"url": "https://github.com/mehdishojaei/grunt-amdcheck/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mehdishojaei/grunt-amdcheck/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"dependencies": {
"amdextract": "^2.0.0"
},
"devDependencies": {
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"optimize",
"AMD",
"dependency",
"unused",
"useless",
"requirejs"
],
"readmeFilename": "README.md"
}