-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.34 KB
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
{
"name": "country-code-list",
"version": "1.0.1",
"description": "Data from Facebook: https://developers.facebook.com/docs/accountkit/countrycodes/",
"main": "webpack.config.js",
"scripts": {
"start": "anywhere -p 8080",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jiasm/country-code-list.git"
},
"author": "jiasm",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jiasm/country-code-list/issues"
},
"homepage": "https://github.com/Jiasm/country-code-list#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.57.3",
"webpack": "^3.8.1"
},
"dependencies": {
"autoprefixer": "^7.1.6",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0"
}
}