diff --git a/package.json b/package.json index fa4af82..c199e80 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,56 @@ { - "name": "grunt-concat-deps", - "description": "Grunt plugin for concatenating files according to their declarative module definitions.", - "version": "0.2.1", - "homepage": "https://github.com/leoselig/grunt-concat-deps", - "author": "Leo Selig ", - "repository": { + "name": "grunt-concat-deps", + "description": "Grunt plugin for concatenating files according to their declarative module definitions.", + "version": "0.2.1", + "homepage": "https://github.com/leoselig/grunt-concat-deps", + "author": "Leo Selig ", + "repository": { "type": "git", - "url": "https://github.com/leoselig/grunt-concat-deps.git" + "url": "https://github.com/leoselig/grunt-concat-deps.git" }, - "bugs": { + "bugs": { "url": "https://github.com/leoselig/grunt-concat-deps/issues" }, - "licenses": [ + "licenses": [ { "type": "MIT", - "url": "https://github.com/leoselig/grunt-concat-deps/blob/master/LICENSE-MIT" + "url": "https://github.com/leoselig/grunt-concat-deps/blob/master/LICENSE-MIT" } ], - "main": "Gruntfile.js", - "engines": { + "main": "Gruntfile.js", + "engines": { "node": ">= 0.8.0" }, - "scripts": { + "scripts": { "test": "grunt test" }, - "devDependencies": { - "grunt-contrib-jshint": "~0.6.0", - "grunt-contrib-clean": "~0.4.0", + "devDependencies": { + "grunt-contrib-jshint": "~0.6.0", + "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.2.0", - "grunt": "~0.4.1", - "yuidocjs": "~0.3.45", - "underscore": "~1.5.2" + "grunt": "~0.4.1", + "yuidocjs": "~0.3.45", + "underscore": "~1.5.2" }, "peerDependencies": { - "grunt": "~0.4.1" + "grunt": ">=0.4.0" }, - "keywords": [ + "keywords": [ "gruntplugin" ], - "readmeFilename": "README.md", - "gitHead": "cfd880fff3ef0448bb0e8b08fed1d4e16d377f93", - "directories": { + "readmeFilename": "README.md", + "gitHead": "cfd880fff3ef0448bb0e8b08fed1d4e16d377f93", + "directories": { "test": "test" }, - "dependencies": { - "grunt-contrib-clean": "~0.4.1", - "grunt": "~0.4.1", - "esprima": "~1.0.4", - "yuidocjs": "~0.3.45", - "underscore": "~1.5.2", + "dependencies": { + "grunt-contrib-clean": "~0.4.1", + "grunt": "~0.4.1", + "esprima": "~1.0.4", + "yuidocjs": "~0.3.45", + "underscore": "~1.5.2", "grunt-contrib-nodeunit": "~0.2.1", - "grunt-contrib-jshint": "~0.6.4" + "grunt-contrib-jshint": "~0.6.4" }, - "license": "MIT" + "license": "MIT" }