-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "grackle",
"version": "0.3.0",
"description": "Translate framework with ICU support",
"keywords": [
"translator",
"translate",
"i18n",
"intl",
"internationalization",
"localization",
"globalization",
"messageformat",
"parser",
"plural",
"icu"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "tape tests/**/*.js"
},
"author": "Liang <[email protected]> (https://github.com/liangxingchen)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maichong/grackle.git"
},
"bugs": {
"url": "https://github.com/maichong/grackle/issues"
},
"homepage": "https://github.com/maichong/grackle#readme",
"dependencies": {
"intl-messageformat": "^9.5.3"
},
"devDependencies": {
"tape": "^5.2.2"
}
}