forked from maxhoffmann/translations
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 867 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": "translations",
"version": "2.2.1",
"description": "translations api for node.js, browsers and the command line",
"main": "lib/index.js",
"bin": "bin/translations",
"scripts": {
"test": "tape test/index.js | tap-dot"
},
"repository": {
"type": "git",
"url": "https://[email protected]/maxhoffmann/translations"
},
"keywords": [
"translations",
"translate",
"i18n",
"browser",
"node"
],
"author": "Maximilian Hoffmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxhoffmann/translations/issues"
},
"homepage": "https://github.com/maxhoffmann/translations",
"devDependencies": {
"tap-dot": "^0.2.3",
"tape": "^3.2.0"
},
"dependencies": {
"chokidar": "^1.0.0-rc4",
"commander": "^2.6.0",
"fs-extra": "^0.14.0",
"fuchs-template": "^1.0.0"
}
}