diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-02-11 14:04:44 -0800 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-02-11 14:04:54 -0800 |
commit | 36e25f389691761b2b5de44d12cfaa49a928e92b (patch) | |
tree | db3d05346234a30f219ab25ec368ec3c3a8f03b4 /package.json | |
parent | b23c18389aa37d59d27c8c821405870344c0d089 (diff) | |
download | qtlocation-mapboxgl-36e25f389691761b2b5de44d12cfaa49a928e92b.tar.gz |
add bsd license [skip ci]
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json index ff2566bb39..7781e1b82c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,21 @@ { "name": "mbgl", "version": "0.0.1", + "keywords": [ + "mapbox", + "gl" + ], "main": "lib/mbgl.node", + "repository": { + "type": "git", + "url": "git://github.com/mapbox/node-mapbox-gl-native.git" + }, + "licenses": [ + { + "type": "BSD", + "url": "https://github.com/mapbox/node-mapbox-gl-native/blob/master/LICENSE.txt" + } + ], "dependencies": { "mkdirp": "^0.5.0", "mocha": "^2.1.0", |