Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrinaluo committed Jul 11, 2017
1 parent 4374465 commit 363a36b
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
{
"name": "react-aplayer",
"version": "1.0.0",
"main": "./dist/react-aplayer.min.js",
"version": "0.1.0",
"main": "src/react-aplayer.js",
"author": "Sabrina Luo <luohaojing@gmail.com>",
"homepage": "http://sabrinaluo.github.io/react-aplayer",
"description": "A React wrapper component of APlayer",
"keywords": [
"aplayer",
"player",
"music",
"audio",
"react-aplayer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sabrinaluo/react-aplayer.git"
},
"bugs": {
"url": "https://github.com/sabrinaluo/react-aplayer/issues"
},
"dependencies": {
"aplayer": "^1.6.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"prop-types": "^15.5.10"
},
"devDependencies": {
"react-scripts": "1.0.7"
"react-scripts": "1.0.7",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && webpack",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
Expand Down

0 comments on commit 363a36b

Please sign in to comment.