localized-strings/package.json
Stefano Falda 0c8834ef75 0.2.4
2019-10-31 22:11:44 +01:00

41 lines
1.3 KiB
JSON

{
"name": "localized-strings",
"version": "0.2.4",
"description": "Simple module to localize the strings of any JS based program using the same syntax used in the ReactLocalization and ReactNativeLocalization module, use 'npm run build' before publishing",
"scripts": {
"babel-version": "babel --version",
"lint": "eslint src/*.js",
"test": "jasmine",
"build": "babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefalda/localized-strings.git"
},
"keywords": [
"localization",
"internationalization",
"string localization",
"javascript",
"typescript",
"nativescript"
],
"main": "./lib/LocalizedStrings.js",
"types": "./lib/LocalizedStrings.d.ts",
"author": "Stefano Falda <stefano.falda@gmail.com> (http://www.babisoft.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefalda/localized-strings/issues"
},
"homepage": "https://github.com/stefalda/localized-strings#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jasmine": "^3.1.0",
"babel-plugin-transform-object-assign": "^6.22.0"
}
}