-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "pwinty-api",
"version": "0.0.2",
"description": "Pwinty API provides all api end points to communicate with latest v3.0 Pwinty API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akashanand708/pwinty-api.git"
},
"author": "Akash Anand",
"license": "MIT",
"bugs": {
"url": "https://github.com/akashanand708/pwinty-api/issues"
},
"homepage": "https://github.com/akashanand708/pwinty-api#readme",
"dependencies": {
"axios": "0.18.0"
},
"keywords": [
"nodejs",
"react",
"reactjs",
"react-native",
"jquery",
"nodejs-server",
"javascript"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.10.4",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2015-node6": "0.3.0",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.11.0",
"babel-register": "6.26.0"
}
}