-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 917 Bytes
/
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
{
"name": "@nataliacs/soundcloud-auth-parse",
"version": "3.0.2",
"description": "Soundcloud OAuth to Parse Server Adapter",
"main": "lib/back/adapter.js",
"scripts": {
"build": "babel src/ -d lib/ --copy-files",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nataliaconde/soundcloud-auth-parse.git"
},
"keywords": [],
"author": "Natália Condê <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"parse": "2.1.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.6.1"
},
"bugs": {
"url": "https://github.com/nataliaconde/soundcloud-auth-parse/issues"
},
"homepage": "https://github.com/nataliaconde/soundcloud-auth-parse#readme"
}