This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cedric Pinson
committed
Nov 2, 2015
1 parent
83ff400
commit 8082629
Showing
1 changed file
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |