forked from zbraniecki/l20n.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.93 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
{
"name": "l20n",
"description": "A localization library for Firefox OS",
"version": "4.0.0-pre",
"homepage": "http://l20n.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
"contributors": [
{
"name": "Zibi Braniecki",
"email": "[email protected]"
},
{
"name": "Staś Małolepszy",
"email": "[email protected]"
}
],
"bugs": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox%20OS&component=Gaia::L10n",
"scripts": {
"test": "grunt merge-conflict lint test",
"prepublish": "grunt release"
},
"directories": {
"lib": "./src"
},
"main": "./dist/compat/node/l20n.js",
"browser": "./dist/compat/web/l20n-common.js",
"repository": {
"type": "git",
"url": "https://github.com/l20n/l20n.js.git"
},
"keywords": [
"localization",
"l10n"
],
"devDependencies": {
"babel-core": "~5.6.17",
"bridge": "gaia-components/bridge",
"chai": "^3.3.0",
"colors": "^0.6.0",
"commander": "^2.0",
"glob": "^5.0.14",
"grunt": "^0.4.1",
"grunt-babel": "^5.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.2.4",
"grunt-contrib-watch": "^0.5.3",
"grunt-jsonlint": "^1.0.0",
"grunt-karma": "^0.12.1",
"grunt-merge-conflict": "^0.0.2",
"grunt-mocha-test": "^0.6.3",
"grunt-notify": "^0.2.4",
"grunt-rollup": "^0.4.0",
"grunt-shell": "^0.4.0",
"karma": "^0.13.11",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"load-grunt-tasks": "^0.1.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"prettyjson": "^0.8.0",
"should": "^1.3.0",
"string.prototype.endswith": "^0.2.0",
"string.prototype.startswith": "^0.2.0"
},
"engine": {
"node": ">=4.1"
}
}