-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 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
{
"name": "fronto-localize",
"keywords": [
"localization",
"locales",
"i18n",
"fronto"
],
"version": "1.0.1",
"description": "Localization module for react apps",
"scripts": {
"build": "webpack"
},
"main": "lib/index.js",
"repository": "https://github.com/frontojs/fronto-localize",
"author": "Zack Siri",
"files": [
"lib/index.js", "package.json", "README.md"
],
"directories": {
"lib": "./lib"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^2.6.1"
}
}