forked from messageformat/messageformat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "messageformat",
"version": "0.1.4",
"author": "Alex Sexton <alexsexton@gmail.com>",
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
"repository": {
"type": "git",
"url": "https://SlexAxton@github.com/SlexAxton/messageformat.js.git"
},
"scripts": {
"test": "make test"
},
"main": "./messageformat",
"bin": {
"messageformat": "./bin/messageformat.js"
},
"keywords": [
"i18n",
"pluralformat",
"icu",
"gettext",
"choiceformat",
"selectformat",
"messageformat",
"internationalization"
],
"dependencies": {
"nopt": "http://nodeload.github.com/Filirom1/nopt/tarball/master#pull-request-in-progress",
"coffee-script": "~1.2.0",
"watchr": "~1.0.0",
"underscore": "~1.3.1",
"async": "~0.1.18",
"glob": "~3.1.9"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"serve": "*",
"pegjs": "*"
},
"license": "To Use: WTFPL, To Contribute: Dojo CLA"
}