-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_args": [
[
"/Users/madmax/code/polona-gui"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-bwNoJlmZTffnGlZZ74M1O78LKIs=",
"_location": "/ee-l20n",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "ee-l20n",
"escapedName": "ee-l20n",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_spec": "1.2.0",
"author": {
"name": "Mozilla",
"email": "[email protected]"
},
"bugs": {
"url": "https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&tab=summary&product=L20n&bug_status=open"
},
"contributors": [
{
"name": "Zbigniew Braniecki",
"email": "[email protected]"
},
{
"name": "Staś Małolepszy",
"email": "[email protected]"
}
],
"dependencies": {
"amdefine": "~0.0.8"
},
"description": "A natural-language localization framework",
"devDependencies": {
"colors": "~0.6.0",
"commander": "~2.0",
"dryice": "git://github.com/stasm/dryice.git#l20n",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco3": "~0.2.1",
"grunt-jscoverage": "~0.0.3",
"grunt-jsonlint": "~1.0.0",
"grunt-merge-conflict": "~0.0.2",
"grunt-mocha-test": "~0.6.3",
"grunt-notify": "~0.2.4",
"grunt-shell": "~0.4.0",
"load-grunt-tasks": "~0.1.0",
"prettyjson": "~0.8.0",
"should": "~1.3.0"
},
"directories": {
"lib": "./lib"
},
"engine": {
"node": ">=0.10 <0.11"
},
"homepage": "http://l20n.org",
"keywords": [
"localization",
"l10n"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./lib/l20n.js",
"name": "ee-l20n",
"repository": {
"type": "git",
"url": "git+https://github.com/l20n/l20n.js.git"
},
"scripts": {
"prepublish": "grunt",
"test": "grunt merge-conflict lint test"
},
"version": "1.2.0"
}