forked from ntaboada/fifa-api-proclubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "fifa-18-pro-clubs-api",
"_id": "fifa-18-pro-clubs-api@1.0.0",
"_inBundle": false,
"_integrity": "sha512-+RMq8NBfeIodCYKHos6dzxBSRdrVfMw7JL3APlO/SN7NcezIVIn2ZGSqAH+CMGDFRzStVq4TcCC0d/uagEgZ6Q==",
"_location": "/fifa-18-pro-clubs-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fifa-18-pro-clubs-api",
"name": "fifa-18-pro-clubs-api",
"escapedName": "fifa-18-pro-clubs-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/fifa-18-pro-clubs-api/-/fifa-18-pro-clubs-api-1.0.0.tgz",
"_shasum": "e009594e1706224c98d68155143d71e89e78d2a4",
"_spec": "fifa-18-pro-clubs-api",
"author": {
"name": "Nicolas Taboada"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1"
},
"deprecated": "rename",
"description": "",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"rimraf": "^2.6.2"
},
"keywords": [
"api",
"fifa",
"18",
"easports",
"nodejs"
],
"scripts": {
"build": "babel lib --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"license": "ISC",
"name": "fifa-api-proclubs",
"version": "1.0.2"
}