UNPKG

995 BJSONView Raw
1{
2 "name": "grunt-jsbeautifier",
3 "description": "jsbeautifier.org for grunt",
4 "version": "0.1.5",
5 "homepage": "https://github.com/vkadam/grunt-jsbeautifier",
6 "author": {
7 "name": "Vishal Kadam",
8 "email": "vishal.4kadam@gmail.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/vkadam/grunt-jsbeautifier.git"
13 },
14 "bugs": {
15 "url": "https://github.com/vkadam/grunt-jsbeautifier/issues"
16 },
17 "licenses": [{
18 "type": "MIT",
19 "url": "https://github.com/vkadam/grunt-jsbeautifier/blob/master/LICENSE-MIT"
20 }],
21 "engines": {
22 "node": ">=0.8"
23 },
24 "dependencies": {
25 "grunt": "~0.4.0",
26 "js-beautify": "0.3.2"
27 },
28 "devDependencies": {
29 "grunt-contrib-jshint": "~0.1.1",
30 "grunt-contrib-nodeunit": "~0.1.2"
31 },
32 "keywords": [
33 "gruntplugin",
34 "beautify",
35 "beautifier",
36 "jsbeautifier",
37 "code-quality"]
38}
\No newline at end of file