Sha256: aed56d5aabbed0f9aab5316f53f34e961a3b5f4ca446d53127241353f0ab5f57
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
{ "name": "i18n-screwdriver", "version": "12.0.0", "description": "Node package for the i18n_screwdriver gem", "source": "package/src/index.js", "main": "dist/index.js", "module": "dist/index.module.js", "files": [ "dist" ], "scripts": { "build": "rimraf dist && microbundle", "dev": "microbundle watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/agileapplications/i18n_screwdriver.git" }, "keywords": [ "i18n", "translations" ], "license": "MIT", "bugs": { "url": "https://github.com/agileapplications/i18n_screwdriver/issues" }, "homepage": "https://github.com/agileapplications/i18n_screwdriver#readme", "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.9.0", "microbundle": "^0.12.0-next.9", "rimraf": "^3.0.2" }, "dependencies": { "md5": "^2.2.1" }, "peerDependencies": { "i18n-js": "^3.5.1" }, "directories": { "lib": "lib" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
i18n_screwdriver-12.0.0 | package.json |