UNPKG

we-plugin-vocabulary

Version:
44 lines (43 loc) 1.18 kB
{ "name": "we-plugin-vocabulary", "description": "We.js vocabulary, terms and tags plugin", "version": "3.0.0", "main": "plugin.js", "scripts": { "test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ", "coverage": "NODE_ENV=test LOG_LV=info nyc ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b" }, "devDependencies": { "connect-sqlite3": "^0.9.11", "fs-extra": "^8.1.0", "istanbul": "^0.4.5", "mocha": "^7.0.0", "nyc": "^15.0.0", "sqlite3": "^4.1.1", "supertest": "^4.0.2", "we-core": "^3.1.0", "we-plugin-acl": "^1.2.16", "we-plugin-auth": "^2", "we-plugin-page": "^2.0.2", "we-plugin-user": "^2", "we-test-tools": "1.0.0", "we-theme-site-wejs": "^0.3.31" }, "repository": "wejs/we-plugin-vocabulary", "license": "MIT", "author": "Alberto Souza <contato@albertosouza.net>", "keywords": [ "wejs-plugin" ], "wejs": { "plugins": { "we-plugin-acl": true, "we-plugin-auth": true, "we-plugin-page": true, "we-plugin-user": true }, "dependencies": { "we-plugin-user": true } } }