ngraph.three
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,2 +0,2 @@ | ||
var THREE = require('./lib/three'); | ||
var THREE = require('three'); | ||
@@ -3,0 +3,0 @@ module.exports = function (graph, settings) { |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
var THREE = require('./three'); | ||
var THREE = require('three'); | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "ngraph.three", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "3D graph rendered powered by three.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"examples": "cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js" | ||
"peers": "npm-install-peers", | ||
"examples": "npm run peers && cd ./example/basic && browserify -s ngraph index.js > bundle.js; cd ../dynamic && browserify -s ngraph index.js > bundle.js" | ||
}, | ||
@@ -22,7 +23,9 @@ "keywords": [ | ||
"dependencies": { | ||
"ngraph.forcelayout3d": "0.0.15", | ||
"ngraph.merge": "0.0.1", | ||
"three": "0.72.0", | ||
"three.trackball": "0.0.1" | ||
"ngraph.forcelayout3d": "^0.0.15", | ||
"ngraph.merge": "^0.0.1", | ||
"three.trackball": "^0.0.1" | ||
}, | ||
"peerDependencies": { | ||
"three": "^0.x.x" | ||
}, | ||
"devDependencies": { | ||
@@ -32,4 +35,5 @@ "browserify": "^12.0.1", | ||
"ngraph.graph": "0.0.12", | ||
"npm-install-peers": "^1.0.1-rc.3", | ||
"query-string": "~0.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21445
5
11
467
+ Addedthree@0.171.0(transitive)
- Removedthree@0.72.0
- Removedthree@0.72.0(transitive)
Updatedngraph.forcelayout3d@^0.0.15
Updatedngraph.merge@^0.0.1
Updatedthree.trackball@^0.0.1