From 8082629211a407143fb281fd2e43ad08bc7417b2 Mon Sep 17 00:00:00 2001 From: Cedric Pinson Date: Mon, 2 Nov 2015 14:04:55 +0100 Subject: [PATCH] release 0.2.4 --- package.json | 96 ++++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/package.json b/package.json index 7de337b1e..8b97d0bb6 100644 --- a/package.json +++ b/package.json @@ -1,50 +1,50 @@ { - "name": "OpenSceneGraph", - "repository": { - "type": "git", - "url": "git@github.com:cedricpinson/osgjs.git" - }, - "description": "OpenSceneGraph implementation in javascript", - "license": "MIT", - "author": "Cedric Pinson (http://cedricpinson.com)", - "version": "0.2.3", - "contributors": [ - "Tuan.kuranes ", - "Matt Fontaine " - ], - "dependencies": { - "eslint": "^1.3.1", - "eslint-plugin-private-variables": "^0.1.2", - "extend": "*", - "glob": "*", - "grunt": "*", - "grunt-contrib-clean": "*", - "grunt-contrib-copy": "*", - "grunt-contrib-jshint": "*", - "grunt-contrib-uglify": "*", - "grunt-copy-to": "0.0.12", - "grunt-eslint": "^17.1.0", - "grunt-git": "*", - "grunt-shell": "*", - "grunt-webpack": "^1.0.8", - "grunt-wintersmith-compile": "*", - "hammerjs": "^2.0.4", - "jquery": "^2.1.3", - "leapjs": "^0.6.4", - "path": "^0.11.14", - "q": "^1.2.0", - "raw-loader": "^0.5.1", - "webpack": "^1.7.3", - "webpack-dev-server": "^1.7.0", - "wintersmith-nunjucks": "^0.5.0" - }, - "devDependencies": { - "grunt-contrib-connect": "~0.9.0", - "grunt-contrib-qunit": "~0.7.0", - "grunt-docco": "~0.3.2", - "grunt-jsbeautifier": "^0.2.10", - "grunt-plato": "~0.2.1", - "grunt-release": "^0.10.0", - "webpack-strip-block": "0.0.1" - } + "name": "OpenSceneGraph", + "repository": { + "type": "git", + "url": "git@github.com:cedricpinson/osgjs.git" + }, + "description": "OpenSceneGraph implementation in javascript", + "license": "MIT", + "author": "Cedric Pinson (http://cedricpinson.com)", + "version": "0.2.4", + "contributors": [ + "Tuan.kuranes ", + "Matt Fontaine " + ], + "dependencies": { + "eslint": "^1.3.1", + "eslint-plugin-private-variables": "^0.1.2", + "extend": "*", + "glob": "*", + "grunt": "*", + "grunt-contrib-clean": "*", + "grunt-contrib-copy": "*", + "grunt-contrib-jshint": "*", + "grunt-contrib-uglify": "*", + "grunt-copy-to": "0.0.12", + "grunt-eslint": "^17.1.0", + "grunt-git": "*", + "grunt-shell": "*", + "grunt-webpack": "^1.0.8", + "grunt-wintersmith-compile": "*", + "hammerjs": "^2.0.4", + "jquery": "^2.1.3", + "leapjs": "^0.6.4", + "path": "^0.11.14", + "q": "^1.2.0", + "raw-loader": "^0.5.1", + "webpack": "^1.7.3", + "webpack-dev-server": "^1.7.0", + "wintersmith-nunjucks": "^0.5.0" + }, + "devDependencies": { + "grunt-contrib-connect": "~0.9.0", + "grunt-contrib-qunit": "~0.7.0", + "grunt-docco": "~0.3.2", + "grunt-jsbeautifier": "^0.2.10", + "grunt-plato": "~0.2.1", + "grunt-release": "^0.10.0", + "webpack-strip-block": "0.0.1" + } }