Skip to content

Commit

Permalink
npm init and add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuchengLT committed May 9, 2016
1 parent 9c4f255 commit 3162800
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
images
example
40 changes: 40 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties

# node.js
#
node_modules/
npm-debug.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "react-native-banner",
"version": "0.1.0",
"description": "react-native-banner",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenxucheng/react-native-banner.git"
},
"author": {
"name": "wenxucheng",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/wenxucheng/react-native-banner/issues"
},
"homepage": "https://github.com/wenxucheng/react-native-banner#readme"
}

0 comments on commit 3162800

Please sign in to comment.