-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 977 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 977 Bytes
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": "stonejs",
"version": "2.7.0",
"description": "gettext-like client-side Javascript Internationalization Library",
"main": "src/index.js",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-jscs": "^3.0.1",
"grunt-run": "^0.8.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jscs-preset-loris": "^1.2.0"
},
"scripts": {
"test": "grunt lint test"
},
"repository": {
"type": "git",
"url": "https://github.com/flozz/stone.js.git"
},
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"po",
"translation",
"gettext"
],
"author": "Fabien LOISON <http://www.flozz.fr/>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flozz/stone.js/issues"
},
"jest": {
"testEnvironment": "jsdom"
}
}