UNPKG

gwt-api-exporter

Version:
40 lines (39 loc) 862 B
{ "name": "gwt-api-exporter", "version": "3.1.0", "description": "Export a JavaScript API from GWT", "main": "./src/index.js", "files": [ "src" ], "scripts": { "test": "mocha --require should --reporter mocha-better-spec-reporter" }, "bin": "./src/cli.js", "repository": { "type": "git", "url": "https://github.com/targos/gwt-api-exporter.git" }, "keywords": [ "gwt", "exporter", "google", "web", "toolkit" ], "author": "Michaël Zasso", "license": "MIT", "bugs": { "url": "https://github.com/targos/gwt-api-exporter/issues" }, "homepage": "https://github.com/targos/gwt-api-exporter", "dependencies": { "commander": "^2.20.0", "underscore": "^1.9.1" }, "devDependencies": { "mocha": "^6.1.4", "mocha-better-spec-reporter": "^3.1.0", "should": "^13.2.3" } }