Initial
This commit is contained in:
27
resources/app/node_modules/intl-messageformat-parser/package.json
generated
vendored
Normal file
27
resources/app/node_modules/intl-messageformat-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user