-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 957 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
{
"name": "bahasa",
"description": "Localization for node.js and express",
"keywords": ["localization", "i18n", "node.js", "coffee-script", "express"],
"author": "Sebastian E. Ferreyra Pons <sebastian@infomerx.com>",
"version": "0.0.1",
"readmeFilename": "README.md",
"license": "MIT",
"main": "./lib/bahasa",
"scripts": {
"pretest": "cake build",
"postinstall": "cake build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": "https://github.com/infomerx/bahasa.js/issues",
"repository": {
"type": "git",
"url": "git://github.com/infomerx/bahasa.js.git"
},
"bugs": {
"url": "https://github.com/infomerx/bahasa.js/issues"
},
"dependencies": {
"cookies": "0.3.x",
"globalize": "0.1.1",
"moment": "2.0.0",
"geoip-lite": "1.0.10"
}
}