-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 Bytes
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 <jan.muehlemann@gmail.com>",
"name": "i18next",
"description": "i18n made easy - full featured: middleware, template support plus clientside use",
"version": "1.10.6",
"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.10.3",
"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"
}
}