瀏覽代碼

Initial commit NPM

modood 8 年之前
父節點
當前提交
f0ea431a93
共有 2 個文件被更改,包括 62 次插入0 次删除
  1. 30 0
      .gitignore
  2. 32 0
      package.json

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# Logs
+log
+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
+config/index.js
+.DS_Store

+ 32 - 0
package.json

@@ -0,0 +1,32 @@
+{
+  "name": "china-division",
+  "version": "1.0.0",
+  "description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/modood/Administrative-divisions-of-China.git"
+  },
+  "keywords": [
+    "中国",
+    "行政区划",
+    "省份",
+    "城市",
+    "区县",
+    "乡镇",
+    "街道"
+  ],
+  "Author": {
+    "name": "modood",
+    "email": "modood@qq.com",
+    "url": "https://github.com/modood"
+  },
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/modood/Administrative-divisions-of-China/issues"
+  },
+  "homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
+}