summaryrefslogtreecommitdiff
path: root/bin/package.json
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-26 11:51:05 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-26 11:51:05 +0100
commit249b42a29dd6c93eaadd321ae1f6d95cd7b4382e (patch)
treecb8fc3475f111a3c77dc9cd688e9dc4ebde2680a /bin/package.json
parentc76ce8e6aa60a862ecee1ed626ac1fea4f1a4c04 (diff)
downloadqtlocation-mapboxgl-249b42a29dd6c93eaadd321ae1f6d95cd7b4382e.tar.gz
move node modules to bin/ folder to fix build
Diffstat (limited to 'bin/package.json')
-rw-r--r--bin/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/package.json b/bin/package.json
new file mode 100644
index 0000000000..4431471e99
--- /dev/null
+++ b/bin/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "llmr-native",
+ "version": "0.0.1",
+ "dependencies": {
+ "glsl-optimizer": "git://github.com/kkaefer/glsl-optimizer.git#amalgamation"
+ }
+}