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 202
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
Jul 14, 2016
1 parent
98b332a
commit 761d636
Showing
1 changed file
with
54 additions
and
54 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,56 +1,56 @@ | ||
{ | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"grunt-contrib-connect": "~0.9", | ||
"grunt-documentation": "*", | ||
"grunt-jsbeautifier": "^0.2.10", | ||
"grunt-mocha": "^1.0.2", | ||
"grunt-release": "^0.10.0", | ||
"mocha": "^2.5.3", | ||
"webpack-strip-block": "0.0.1", | ||
"grunt-plato": "~0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"grunt": ">=0.4.0" | ||
}, | ||
"dependencies": { | ||
"grunt-lib-phantomjs": "^1.0.2", | ||
"webpack-dev-server": "^1.7.0", | ||
"webpack": "^1.7.3", | ||
"raw-loader": "^0.5.1", | ||
"path": "^0.11.14", | ||
"leapjs": "^0.6.4", | ||
"json-loader": "^0.5.4", | ||
"jquery": "^2.1.3", | ||
"hammerjs": "^2.0.4", | ||
"grunt-webpack": "^1.0.8", | ||
"grunt-shell": "*", | ||
"grunt-git": "*", | ||
"grunt-eslint": "^17.1.0", | ||
"grunt-copy-to": "0.0.12", | ||
"grunt-contrib-uglify": "*", | ||
"grunt-contrib-jshint": "*", | ||
"grunt-contrib-copy": "*", | ||
"grunt-contrib-clean": "*", | ||
"grunt": "> 1.0.0", | ||
"glob": "*", | ||
"extend": "*", | ||
"eslint-plugin-private-variables": "^0.1.2", | ||
"eslint": "^1.3.1" | ||
}, | ||
"contributors": [ | ||
"Paul Cheyrou-Lagrèze <[email protected]>", | ||
"Jordi Torres <[email protected]>", | ||
"Matt Fontaine <[email protected]>", | ||
"Stephane Ginier <[email protected]>" | ||
], | ||
"version": "0.2.5", | ||
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)", | ||
"license": "MIT", | ||
"description": "OpenSceneGraph implementation in javascript", | ||
"repository": { | ||
"url": "[email protected]:cedricpinson/osgjs.git", | ||
"type": "git" | ||
}, | ||
"name": "OpenSceneGraph" | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"grunt-contrib-connect": "~0.9", | ||
"grunt-documentation": "*", | ||
"grunt-jsbeautifier": "^0.2.10", | ||
"grunt-mocha": "^1.0.2", | ||
"grunt-release": "^0.10.0", | ||
"mocha": "^2.5.3", | ||
"webpack-strip-block": "0.0.1", | ||
"grunt-plato": "~0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"grunt": ">=0.4.0" | ||
}, | ||
"dependencies": { | ||
"grunt-lib-phantomjs": "^1.0.2", | ||
"webpack-dev-server": "^1.7.0", | ||
"webpack": "^1.7.3", | ||
"raw-loader": "^0.5.1", | ||
"path": "^0.11.14", | ||
"leapjs": "^0.6.4", | ||
"json-loader": "^0.5.4", | ||
"jquery": "^2.1.3", | ||
"hammerjs": "^2.0.4", | ||
"grunt-webpack": "^1.0.8", | ||
"grunt-shell": "*", | ||
"grunt-git": "*", | ||
"grunt-eslint": "^17.1.0", | ||
"grunt-copy-to": "0.0.12", | ||
"grunt-contrib-uglify": "*", | ||
"grunt-contrib-jshint": "*", | ||
"grunt-contrib-copy": "*", | ||
"grunt-contrib-clean": "*", | ||
"grunt": "> 1.0.0", | ||
"glob": "*", | ||
"extend": "*", | ||
"eslint-plugin-private-variables": "^0.1.2", | ||
"eslint": "^1.3.1" | ||
}, | ||
"contributors": [ | ||
"Paul Cheyrou-Lagrèze <[email protected]>", | ||
"Jordi Torres <[email protected]>", | ||
"Matt Fontaine <[email protected]>", | ||
"Stephane Ginier <[email protected]>" | ||
], | ||
"version": "0.2.6", | ||
"author": "Cedric Pinson <[email protected]> (http://cedricpinson.com)", | ||
"license": "MIT", | ||
"description": "OpenSceneGraph implementation in javascript", | ||
"repository": { | ||
"url": "[email protected]:cedricpinson/osgjs.git", | ||
"type": "git" | ||
}, | ||
"name": "OpenSceneGraph" | ||
} |