UNPKG

1.01 kBJSONView Raw
1{
2 "name": "grunt-jsbeautifier",
3 "description": "jsbeautifier.org for grunt",
4 "version": "0.1.4",
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 "main": "grunt.js",
22 "bin": "bin/grunt-jsbeautifier",
23 "engines": {
24 "node": "*"
25 },
26 "scripts": {
27 "test": "grunt test"
28 },
29 "dependencies": {
30 "grunt": "~0.3.11",
31 "js-beautify": "0.3.2"
32 },
33 "devDependencies": {
34 "grunt": "~0.3.11"
35 },
36 "keywords": ["gruntplugin", "beautify", "beautifier", "jsbeautifier", "code-quality"]
37}
\No newline at end of file