forked from i18next/i18next-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 812 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
{
"author": "Jan Muehlemann <[email protected]>",
"name": "i18next",
"description": "i18n made easy - full featured: middleware, template support plus clientside use",
"version": "1.9.0",
"repository": {
"type": "git",
"url": "git://github.com/jamuhl/i18next-node.git"
},
"private": false,
"main": "index.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"cookies": ">= 0.2.2",
"i18next-client": "^1.9.0",
"json5": "^0.2.0"
},
"devDependencies": {
"mocha": ">= 0.10.2",
"expect.js": ">=0.0.1",
"sinon": ">=0.0.1",
"supertest": ">=0.0.1",
"express": "3.4.7",
"jade": ">=0.0.1",
"benchmark": ">=0.0.1",
"microtime": ">=0.0.1"
},
"scripts": {
"test": "make test"
}
}