diff --git a/package.json b/package.json index cf8fcc3179f..321047fb92f 100644 --- a/package.json +++ b/package.json @@ -1,43 +1,45 @@ { - "name": "yui", - "version": "3.18.2-pre", - "description": "YUI 3 Source", - "author": "Dav Glass ", - "bugs": { "url" : "https://github.com/yui/yui3/issues" }, - "engines": { - "node" : ">=0.8.0" - }, - "directories": { - "lib" : "." - }, - "main": "./index.js", - "dependencies": { - "request": "~2.40.0" - }, - "devDependencies": { - "yogi": "~0.1.0", - "parserlib": "~0.2.2", - "grunt": "~0.4.1", - "grunt-cli": "~0.1.7", - "grunt-yui-contrib": "~0.0.20", - "grunt-lib-contrib": "~0.5.3", - "grunt-contrib-compress": "0.4.10", - "grunt-css-selectors": "~0.1.2", - "bower": "~1.2.8", - "archiver": "0.4.10" - }, - "scripts": { - "postinstall": "grunt build", - "test": "grunt test" - }, - "licenses":[ - { - "type" : "BSD", - "url" : "http://yuilibrary.com/license/" - } - ], - "repository": { - "type":"git", - "url":"http://github.com/yui/yui3.git" + "name": "yui", + "version": "3.18.2-pre", + "description": "YUI 3 Source", + "author": "Dav Glass ", + "bugs": { + "url": "https://github.com/yui/yui3/issues" + }, + "engines": { + "node": ">=0.8.0" + }, + "directories": { + "lib": "." + }, + "main": "./index.js", + "dependencies": { + "request": "~2.82.0" + }, + "devDependencies": { + "yogi": "~0.1.0", + "parserlib": "~0.2.2", + "grunt": "~0.4.1", + "grunt-cli": "~0.1.7", + "grunt-yui-contrib": "~0.0.20", + "grunt-lib-contrib": "~0.5.3", + "grunt-contrib-compress": "0.4.10", + "grunt-css-selectors": "~0.1.2", + "bower": "~1.2.8", + "archiver": "0.4.10" + }, + "scripts": { + "postinstall": "grunt build", + "test": "grunt test" + }, + "licenses": [ + { + "type": "BSD", + "url": "http://yuilibrary.com/license/" } + ], + "repository": { + "type": "git", + "url": "http://github.com/yui/yui3.git" + } }