activator-oce-exporter
Version:
Extract Activator binder and convert it to valid OCE mono pacakge
32 lines (31 loc) • 721 B
JSON
{
"name": "activator-oce-exporter",
"version": "0.9.1",
"description": "Extract Activator binder and convert it to valid OCE mono pacakge ",
"main": "index.js",
"scripts": {
"cover": "./node_modules/tap/bin/run.js test/test.js --cov --coverage-report=lcov",
"test": "tap --no-timeout test/test.js"
},
"keywords": [
"anthill",
"export",
"oce",
"activator",
"zip"
],
"author": "Stefan Hammarroth",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"anthill-exporter": "^1.4.1",
"decompress": "~4.2.1",
"gulp": "~4.0.2",
"gulp-clean": "~0.4.0"
},
"devDependencies": {
"tap": "~16.3.4"
}
}