-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
35 lines (35 loc) · 861 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
{
"name": "gettext.js",
"version": "2.0.3",
"license": "MIT",
"scripts": {
"test": "karma start tests/karma.config.js && node tests/po2json.test.js",
"test-dev": "karma start tests/karma.config.dev.js",
"build": "./node_modules/.bin/gulp"
},
"bin": {
"po2json-gettextjs": "bin/po2json"
},
"dependencies": {
"po2json": "^1.0.0-beta-3"
},
"devDependencies": {
"del": "latest",
"gulp": "^4.0.0",
"gulp-better-rollup": "latest",
"gulp-rename": "^1.2.2",
"gulp-uglify-es": "latest",
"karma": "^6.3.16",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-expect": "^0.1.4",
"mocha": "^5.2.0",
"rollup": "^1.11.0",
"uglify-es": "latest"
},
"spm": {
"main": "lib/gettext.js"
},
"main": "dist/gettext.cjs.min.js",
"module": "lib/gettext.js"
}