-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 1.07 KB
/
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
{
"name": "reactifex",
"version": "1.1.1",
"description": "A helper for moving react-intl messages to transifex and back",
"bin": "./main.js",
"scripts": {
"lint": "eslint .",
"test_compile": "node main.js test_data/input/ test_data/test_output.json && diff test_data/test_output.json test_data/expected_output/messages.json",
"test_comments": "node main.js test_data/input/ --comments && SECRET_USER=uname SECRET_PWD=password bash -x ./bash_scripts/put_comments.sh http://totally_real.notfake.com/api/ 2>&1 | grep PUT > output.txt && diff -w output.txt test_data/expected_output/test_curl.txt"
},
"files": [
"main.js",
"bash_scripts/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/efischer19/reactifex.git"
},
"keywords": [
"react-intl",
"transifex",
"json",
"i18n"
],
"author": "Eric Fischer",
"license": "MIT",
"bugs": {
"url": "https://github.com/efischer19/reactifex/issues"
},
"homepage": "https://github.com/efischer19/reactifex#readme",
"devDependencies": {
"eslint": "^4.18.2"
}
}