-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "translate.me",
"version": "1.0.0-4",
"author": "Kersten Burkhardt <kerstenk@gmail.com>",
"description": "UI for managing i18n strings and publish them for the frontend.",
"contributors": [
{
"name": "Kersten Burkhardt",
"email": "kerstenk@gmail.com"
},
{
"name": "Pierre Schubert",
"email": "366256@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kersten/translate.me.git"
},
"homepage": "https://github.com/kersten/translate.me",
"keywords": [
"translations",
"translate",
"i18n",
"gettext",
"multi language",
"language"
],
"dependencies": {
"async": "0.2.7",
"handlebars": "1.0.8",
"cheerio": "0.12.0",
"htmlparser2": "3.1.4",
"mongoose": "3.6.4",
"dive": "0.3.0",
"underscore": "1.4.4",
"esprima": "1.0.2",
"traverse": "0.6.3",
"express": "3.x",
"locale": "0.0.9",
"mime": "1.2.9",
"optimist": "~0.4.0",
"mongodb": "1.3.5"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"engines": {
"node": ">=0.8.x",
"npm": "1.x"
}
}