UNPKG

get-translation

Version:
88 lines (87 loc) 2.21 kB
{ "name": "get-translation", "description": "Effective translation workflow", "version": "0.13.8", "homepage": "https://github.com/tinganho/get-translation", "author": { "name": "Tingan Ho", "email": "tingan87@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/tinganho/get-translation.git" }, "bugs": { "url": "https://github.com/tinganho/get-translation/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/tinganho/get-translation/blob/master/LICENSE-MIT" } ], "bin": { "gt": "./binaries/gt" }, "engines": { "node": "*" }, "scripts": { "test": "binaries/test && grunt mocha:test" }, "dependencies": { "amdefine": "^0.1.0", "autoroute": "~0.2.1", "backbone": "~1.1.2", "backbone-relational": "0.8.6", "backbone.paginator": "^2.0.0", "commander": "^2.2.0", "connect-modrewrite": "^0.6.0", "express": "~3.1.2", "findup-sync": "~0.1.1", "glob": "~3.2.8", "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-connect": "~0.2.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-requirejs": "~0.4.1", "grunt-webp": "https://github.com/tinganho/grunt-webp/tarball/master", "hashids": "~0.1.4", "helmet": "~0.1.2", "lunr": "~0.4.3", "mkdirp": "~0.5.0", "mocha": "~1.8.2", "open": "0.0.3", "prompt": "~0.2.12", "proxyquire": "~0.5.2", "q": "~1.0.0", "requirejs": "~2.1.10", "sinon": "~1.8.2", "superagent": "~0.17.0", "terminal-colors": "~0.1.3", "underscore": "~1.5.2" }, "devDependencies": { "chai": "~1.8.1", "chai-as-promised": "~4.1.0", "connect-modrewrite": "~0.7.0", "grunt-contrib-compass": "~0.1.0", "grunt-contrib-jshint": "~0.1.0", "grunt-contrib-requirejs": "~0.4.0", "grunt-contrib-watch": "^0.6.1", "grunt-dot-compiler": "~0.5.12", "grunt-mocha": "~0.4.10", "grunt-modernizr": "~0.5.1", "grunt-rev": "^0.1.0", "jshint-globals": "~0.1.0", "mocha": "~1.8.1", "proxyquire": "~0.5.1", "sinon-chai": "~2.5.0" }, "keywords": [ "i18n", "l10n", "translation", "cli" ] }