UNPKG

cp-translations

Version:

Translations for the CoderDojo Community Platform

36 lines (35 loc) 987 B
{ "name": "cp-translations", "version": "1.0.167", "description": "Translations for the CoderDojo Community Platform", "main": "index.js", "scripts": { "test": "mocha test/validStrings", "lex-gen": "node test/lexer/en-whitelist-generator.js", "lex": "yarn lex-gen && mocha --inspect --delay test/lexer/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/CoderDojo/cp-translations.git" }, "keywords": [ "i18n", "translations", "coderdojo" ], "author": "CoderDojo Foundation <webteam@coderdojo.com>", "license": "MIT", "bugs": { "url": "https://github.com/CoderDojo/cp-translations/issues" }, "homepage": "https://github.com/CoderDojo/cp-translations#readme", "devDependencies": { "@buxlabs/ejs-lexer": "https://github.com/Wardormeur/ejs-lexer", "chai": "^4.2.0", "ejs": "^2.5.7", "email-templates": "^2.0.1", "glob": "^7.1.3", "mocha": "^4.0.1" }, "dependencies": {} }