UNPKG

1.59 kBJSONView Raw
1{
2 "name": "grunt-jsbeautifier",
3 "description": "jsbeautifier.org for grunt",
4 "version": "0.2.11",
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.1",
26 "js-beautify": ">=1.4.2",
27 "lodash": ">=2.4.1",
28 "rc": ">=0.5.5",
29 "semver": ">=4.3.1",
30 "underscore.string": ">=2.3.3"
31 },
32 "devDependencies": {
33 "chai": "^1.9.2",
34 "chai-fs": "^0.1.0",
35 "grunt-contrib-clean": "^0.6.0",
36 "grunt-contrib-copy": "^0.8.0",
37 "grunt-contrib-jshint": "^0.11.0",
38 "grunt-contrib-nodeunit": "^0.4.1",
39 "grunt-dev-update": "^1.0.2",
40 "mocha": ">1.20.0",
41 "grunt-mocha-test": "^0.12.1",
42 "load-grunt-tasks": "^3.0.0",
43 "ncp": "^2.0.0"
44 },
45 "scripts": {
46 "test": "grunt test -v"
47 },
48 "keywords": [
49 "gruntplugin",
50 "beautify",
51 "beautifier",
52 "jsbeautifier",
53 "code-quality",
54 "javascript beautify",
55 "html beautify",
56 "css beautify",
57 "json beautify"
58 ]
59}