-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "facebook-locales",
"version": "1.0.2",
"description": "Maps locales to Facebook locales",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register",
"compile": "babel -d dist/ src/",
"prepublish": "npm test && npm run compile",
"build": ":",
"release": "npm install wnpm-ci && wnpm-release -- --no-shrinkwrap"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/facebook-locales.git"
},
"keywords": [
"i18n",
"facebook",
"locales",
"locale"
],
"author": "Wix Restaurants",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wix/facebook-locales/issues"
},
"homepage": "https://github.com/wix/facebook-locales",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"lodash": "^4.17.10"
},
"directories": {
"test": "test"
}
}