-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 906 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
{
"name": "icu-message-format-for-translators",
"private": true,
"version": "1.0.0",
"description": "Instructions for translators using the ICU Message Format",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/format-message/icu-message-format-for-translators.git"
},
"author": {
"name": "Andy VanWagoner",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/format-message/icu-message-format-for-translators/issues"
},
"homepage": "http://format-message.github.io/icu-message-format-for-translators/",
"devDependencies": {
"format-message-interpret": "^6.0.3",
"format-message-parse": "^6.0.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"redux": "^3.5.2",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}