Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ifours committed Jan 25, 2016
1 parent fbcc789 commit 649c7a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "react-native-volume-slider",
"version": "0.1.0",
"description": "React Native VolumeView component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IFours/react-native-volume-slider.git"
},
"keywords": [
"react-native",
"ios",
"react-component\""
],
"author": "Ilja Satchok",
"license": "MIT",
"bugs": {
"url": "https://github.com/IFours/react-native-volume-slider/issues"
},
"homepage": "https://github.com/IFours/react-native-volume-slider#readme"
}

0 comments on commit 649c7a6

Please sign in to comment.