-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.53 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
{
"name": "ez-localize",
"version": "2.13.0",
"description": "Super-simple localization of strings in a Node/Browserify application",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/build-library/test-cli",
"test-browser": "node_modules/build-library/test-browser",
"watch": "node_modules/build-library/watch",
"build": "node_modules/build-library/build"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mWater/ez-localize.git"
},
"keywords": [
"localize",
"localizer",
"internationalize",
"i18n",
"translate",
"browserify"
],
"author": "Clayton Grassick",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/mWater/ez-localize/issues"
},
"homepage": "https://github.com/mWater/ez-localize",
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/glob": "^8.0.0",
"@types/lodash": "^3.10.4",
"@types/node": "^18.11.9",
"build-library": "github:mWater/build-library",
"chai": "~1.9.0",
"gulp": "^4.0.0",
"gulp-util": "^2.2.14",
"husky": "^7.0.2",
"sinon": "~1.8.2",
"testem": "~0.6.7",
"underscore": "^1.6.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"acorn": "^8.8.1",
"acorn-walk": "^8.2.0",
"glob": "^8.0.3",
"handlebars": "^4.7.7",
"lodash": "^3.10.1",
"minimist": "^1.1.1",
"module-deps": "^6.2.0",
"through": "^2.3.8",
"typescript": "^4.8.4",
"xlsx": "^0.14.1"
}
}