forked from WebReflection/i18n-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 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
{
"name": "i18n-utils",
"version": "0.5.0",
"description": "The i18n tag function utilities",
"bin": "bin.js",
"main": "index.js",
"scripts": {
"build": "rm -rf i18n.db.json && node bin.js -l en -t it -o i18n.db.json test.js",
"test": "if [ \"$(node test.js)\" != \"Ciao i18n!\" ]; then exit 1; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/i18n-dummy.git"
},
"keywords": [
"i18n",
"tag",
"template",
"literals",
"utilities"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebReflection/i18n-dummy/issues"
},
"homepage": "https://github.com/WebReflection/i18n-dummy#readme",
"dependencies": {
"ascjs": "^2.0.1",
"babylon": "^6.18.0",
"commander": "^2.11.0",
"html-escaper": "^1.0.1",
"i18n-yummy": "^0.2.0",
"inquirer": "^3.3.0",
"opn": "^5.1.0"
}
}