UNPKG

locator-lang

Version:

Language bundles compiler for locator

50 lines (49 loc) 1.42 kB
{ "name": "locator-lang", "description": "Language bundles compiler for locator", "version": "0.2.2", "author": "Caridy Patino <caridy@gmail.com> (http://github.com/caridy)", "contributors": [], "main": "./lib/plugin.js", "keywords": [ "framework", "yui", "mojito", "modown", "locator", "lang", "i18n" ], "directories": { "lib": "./lib" }, "engines": { "node": ">=0.8.x", "npm" : ">=1.2.10" }, "homepage": "https://github.com/yahoo/locator-lang", "dependencies": { "json5": "~0.2.0", "intl": "~0.1.1", "intl-messageformat": "^0.1.0", "ypromise": "^0.2.3", "debug": "*" }, "devDependencies": { "chai": "*", "istanbul": "*", "jshint": "~1.1.0", "yui-lint": "~0.1.3", "mocha": "*", "mockery": "1.4.x", "xunit-file": "*" }, "repository": "git://github.com/yahoo/locator-lang.git", "bugs": "https://github.com/yahoo/locator-lang/issues", "scripts": { "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", "lint": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", "test": "node node_modules/.bin/_mocha tests/lib/*.js tests/lib/formats/*.js tests/lib/transpilers/*/* --reporter spec" }, "license": "BSD" }