Files
ispwned/package.json
Indrajith K L dc891701a3 * Integrates soundcloud
* adds music

Signed-off-by: Indrajith K L <mac91112@gmail.com>
2018-07-31 13:01:18 +05:30

34 lines
805 B
JSON

{
"name": "ispawned",
"version": "1.0.0",
"description": "Is pawned frontend implemented in reac",
"main": "src/index.html",
"scripts": {
"start": "./node_modules/.bin/parcel src/index.html",
"build": "./node_modules/.bin/parcel build src/index.html"
},
"keywords": [
"react",
"ispawned",
"email",
"security"
],
"dependencies": {
"axios": "^0.18.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-render-html": "^0.6.0",
"soundcloud-audio": "^1.3.1",
"vex-js": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.9.7"
},
"author": "Indrajith K L <mac91112@gmail.com>",
"license": "MIT"
}