27 lines
800 B
JSON
27 lines
800 B
JSON
|
|
{
|
||
|
|
"name": "intl-messageformat-parser",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"description": "Parses ICU Message strings into an AST via JavaScript.",
|
||
|
|
"main": "index.js",
|
||
|
|
"jsnext:main": "src/parser.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/yahoo/intl-messageformat-parser.git"
|
||
|
|
},
|
||
|
|
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
|
||
|
|
"license": "BSD",
|
||
|
|
"homepage": "https://github.com/yahoo/intl-messageformat-parser",
|
||
|
|
"devDependencies": {
|
||
|
|
"expect.js": "^0.3.1",
|
||
|
|
"grunt": "^0.4.5",
|
||
|
|
"grunt-benchmark": "^0.3.0",
|
||
|
|
"grunt-bundle-jsnext-lib": "^0.5.0",
|
||
|
|
"grunt-cli": "^0.1.13",
|
||
|
|
"grunt-contrib-clean": "^0.6.0",
|
||
|
|
"grunt-contrib-copy": "^0.7.0",
|
||
|
|
"grunt-peg": "^1.5.0",
|
||
|
|
"istanbul": "^0.3.2",
|
||
|
|
"mocha": "^2.0.1",
|
||
|
|
"xunit-file": "0.0.6"
|
||
|
|
}
|
||
|
|
}
|