diff options
Diffstat (limited to 'lang/js/package.json')
-rw-r--r-- | lang/js/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/js/package.json b/lang/js/package.json index acf89117..54af2982 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -6,11 +6,12 @@ "private": true, "keywords": [], "author": "", - "license": "", + "license": "LGPL-2.1+", "devDependencies": { "webpack": "^4.5.0", - "webpack-cli": "^2.0.14", + "webpack-cli": "^3.0.8", "chai": "^4.1.2", - "mocha": "^5.1.1" + "mocha": "^5.1.1", + "jsdoc": "^3.5.5" } } |