forked from l20n/l20n.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 903 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
38
39
40
41
42
43
44
45
46
{
"name": "l20n",
"description": "A natural-language localization framework",
"version": "0.9.0",
"homepage": "http://l20n.org",
"author": "Mozilla <[email protected]>",
"contributors": [
{
"name": "Zbigniew Braniecki",
"email": "[email protected]"
},
{
"name": "Staś Małolepszy",
"email": "[email protected]"
}
],
"scripts": {
"test": "make test"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/l20n.js",
"repository": {
"type": "git",
"url": "https://github.com/l20n/l20n.js.git"
},
"keywords": [
"localization",
"l10n"
],
"dependencies": {
"amdefine": ">=0.0.4"
},
"devDependencies": {
"dryice": ">=0.4.8",
"mocha": "1.3.x",
"xmlhttprequest": "1.4.x",
"should": "1.x.x",
"docco": "0.4.x"
},
"license": "BSD",
"engine": {
"node": ">=0.6"
}
}