-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 987 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
{
"name": "translate.js",
"version": "1.1.0",
"description": "Javascript micro library for translations (i18n) with support for placeholders and multiple plural forms.",
"main": "Gruntfile.js",
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jasmine": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/musterknabe/translate.js.git"
},
"keywords": [
"translation",
"translate",
"i18n",
"js",
"javascript",
"micro",
"library"
],
"author": {
"name": "Jonas Girnatis",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/musterknabe/translate.js/issues"
},
"homepage": "https://github.com/musterknabe/translate.js"
}