Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Pinson committed Nov 2, 2015
1 parent 83ff400 commit 8082629
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "OpenSceneGraph",
"repository": {
"type": "git",
"url": "[email protected]:cedricpinson/osgjs.git"
},
"description": "OpenSceneGraph implementation in javascript",
"license": "MIT",
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)",
"version": "0.2.3",
"contributors": [
"Tuan.kuranes <[email protected]>",
"Matt Fontaine <[email protected]>"
],
"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": "[email protected]:cedricpinson/osgjs.git"
},
"description": "OpenSceneGraph implementation in javascript",
"license": "MIT",
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)",
"version": "0.2.4",
"contributors": [
"Tuan.kuranes <[email protected]>",
"Matt Fontaine <[email protected]>"
],
"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"
}
}

0 comments on commit 8082629

Please sign in to comment.