-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "babel-plugin-django-gettext",
"description": "Babel plugin that simplifies using Django's JavaScript gettext functions",
"version": "1.2.1",
"homepage": "https://github.com/beanbaginc/babel-plugin-django-gettext",
"github": "https://github.com/beanbaginc/babel-plugin-django-gettext",
"main": "lib/index.js",
"keywords": [
"babel",
"es6",
"gettext",
"localization",
"template literals",
"template strings",
"translation"
],
"author": {
"name": "Christian Hammond",
"email": "[email protected]",
"url": "https://www.beanbaginc.com/"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.0",
"babel-plugin-dedent": "^2.0.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"jasmine-node": "^3.0.0",
"shelljs": "~0.5"
},
"scripts": {
"build": "node bin/build.js",
"test": "node bin/test.js"
},
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/beanbaginc/babel-plugin-django-gettext"
},
"dependencies": {}
}