Skip to content

Commit

Permalink
first commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
arastu committed Jun 4, 2015
1 parent a9fabc0 commit dbc5ec3
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
bower_components

#other
.idea
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@
"type": "git",
"url": "https://github.com/arastu/iran-administrative-divisions.git"
},
"keywords": [
"iran",
"administrative divisions",
"countries",
"world",
"json",
"xml",
"persian",
"farsi"
],
"author": "Touhid Arastu <touhid.arastu@gmail.com> (http://arastu.ir/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arastu/iran-administrative-divisions-json/issues"
},
"homepage": "https://github.com/arastu/iran-administrative-divisions-json#readme",
"keywords": {
"iran","administrative-divisions","countries","world","json","xml","persian","farsi"
}
"homepage": "https://github.com/arastu/iran-administrative-divisions-json#readme"
}

0 comments on commit dbc5ec3

Please sign in to comment.