There are a few new license changes in newer versions of npm. https://docs.npmjs.com/files/package.json#license http://npm1k.org/
@@ -33,10 +33,7 @@
"url" : "git://github.com/mrdoob/three.js.git"
},
- "license" : {
- "type" : "The MIT License",
- "url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
- },
+ "license" : "MIT",
"engines" : {
"node" : "*"