diff --git a/package.json b/package.json index 19957c5..0490b50 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,41 @@ { - "name": "ycb", - "version": "1.2.2", - "description": "YCB is a multi-dimensional configuration library that builds bundles from resource files describing a variety of values.", - "author": "Ric Allinson ", - "license": "BSD", - "contributors": [ - "Drew Folta ", - "Michael Ridgway ", - "Caridy Patino ", - "Isao Yagi " - ], - "dependencies": {}, - "main": "index", - "scripts": { - "cover": "istanbul cover --dir artifacts -- _mocha tests/unit --recursive--reporter spec", - "lint": "eslint .", - "pretest": "npm run lint", - "test": "mocha tests/unit --reporter spec" - }, - "engines": { - "node": ">0.4", - "npm": ">1.0" - }, - "devDependencies": { - "eslint": "^2.2.0", - "istanbul": "^0.4.2", - "mocha": "^2.0.1" - }, - "repository": { - "type": "git", - "url": "git://github.com/yahoo/ycb.git" - }, - "bugs": "https://github.com/yahoo/ycb/issues", - "yahoo": { - "bugzilla": { - "product": "Mojito", - "component": "YCB" - } + "name": "ycb", + "version": "1.3.0", + "description": "YCB is a multi-dimensional configuration library that builds bundles from resource files describing a variety of values.", + "author": "Ric Allinson ", + "license": "BSD", + "contributors": [ + "Drew Folta ", + "Michael Ridgway ", + "Caridy Patino ", + "Isao Yagi " + ], + "dependencies": {}, + "main": "index", + "scripts": { + "cover": "istanbul cover --dir artifacts -- _mocha tests/unit --recursive--reporter spec", + "lint": "eslint .", + "pretest": "npm run lint", + "test": "mocha tests/unit --reporter spec" + }, + "engines": { + "node": ">0.4", + "npm": ">1.0" + }, + "devDependencies": { + "eslint": "^2.2.0", + "istanbul": "^0.4.2", + "mocha": "^2.0.1" + }, + "repository": { + "type": "git", + "url": "git://github.com/yahoo/ycb.git" + }, + "bugs": "https://github.com/yahoo/ycb/issues", + "yahoo": { + "bugzilla": { + "product": "Mojito", + "component": "YCB" } + } }