From d271add4e8e43f071e5d3cdbaef25ed3c2cd27d1 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 1 Feb 2017 09:11:29 -0800 Subject: [PATCH] Added bower.json back. See #10431 --- bower.json | 26 ++++++++++++++++++++++++++ package.json | 1 + 2 files changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000000000..e976653a5c843b --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "three.js", + "homepage": "http://threejs.org/", + "description": "JavaScript 3D library", + "main": "build/three.js", + "keywords": [ + "three", + "threejs", + "three.js", + "3D", + "webgl" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "*.md", + "/docs", + "/editor", + "/examples/*", + "!/examples/js", + "/src", + "/test", + "/utils", + "/LICENSE" + ] +} diff --git a/package.json b/package.json index 60dea1a02ac366..b2251f08b925d1 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "module": "build/three.module.js", "files": [ "package.json", + "bower.json", "LICENSE", "README.md", "build/three.js",