Add license to package.json

This commit is contained in:
Petr Pridal 2016-06-05 16:40:59 +02:00
parent 801c523c73
commit 8bb625652d

View file

@ -10,6 +10,7 @@
"type": "git", "type": "git",
"url": "https://github.com/klokantech/tileserver-gl.git" "url": "https://github.com/klokantech/tileserver-gl.git"
}, },
"license": "BSD-2-Clause",
"scripts": { "scripts": {
"test": "mocha test/**.js" "test": "mocha test/**.js"
}, },