-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
60
{
"name": "grunt-jsbeautifier",
"description": "jsbeautifier.org for grunt",
"version": "0.2.13",
"homepage": "https://github.com/vkadam/grunt-jsbeautifier",
"author": {
"name": "Vishal Kadam",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/vkadam/grunt-jsbeautifier.git"
},
"bugs": {
"url": "https://github.com/vkadam/grunt-jsbeautifier/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/vkadam/grunt-jsbeautifier/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">=0.8"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"grunt": ">=0.4.1",
"js-beautify": ">=1.4.2",
"lodash": ">=2.4.1",
"rc": ">=0.5.5",
"semver": ">=4.3.1",
"underscore.string": ">=2.3.3"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-fs": "^0.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-dev-update": "^2.0.0",
"mocha": ">1.20.0",
"grunt-mocha-test": "^0.12.1",
"load-grunt-tasks": "^3.0.0",
"ncp": "^2.0.0"
},
"scripts": {
"test": "grunt test -v"
},
"keywords": [
"gruntplugin",
"beautify",
"beautifier",
"jsbeautifier",
"code-quality",
"javascript beautify",
"html beautify",
"css beautify",
"json beautify"
]
}