granula
Version:
i18n tool for angular.js applications
41 lines (40 loc) • 1.2 kB
JSON
{
"name": "granula",
"version": "1.0.5",
"description": "i18n tool for angular.js applications",
"author": "Alexey.Grishin@gmail.com",
"keywords": ["angular", "angular.js", "i18n", "l10n", "internationalization", "localization", "translate", "translation", "pluralization"],
"dependencies": {
"wrench": "~1.5.1",
"htmlparser2": "~3.3.0",
"underscore": "~1.5.2",
"optimist": "~0.6.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"browserify": "~2.35",
"jasmine-node": "~1.11.0",
"karma": "~0.10.2",
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.8",
"grunt-karma": "~0.6.2",
"grunt-jasmine-node": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-junit-reporter": "~0.1.0",
"bower": "~1.2.7",
"phantomjs": "1.9.2-1",
"grunt-contrib-concat": "~0.3.0",
"karma-coverage": "~0.1.0",
"grunt-contrib-copy": "~0.4.1"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"granula": "bin/granula"
}
}