initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
lib/apollo.js
0 → 100644
lib/helper.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "node-apollo", | ||
| "version": "1.0.0", | ||
| "description": "携程Apollo配置中心SDK。", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "mocha" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@code.aliyun.com:ecarx-web/node-apollo.git" | ||
| }, | ||
| "keywords": [ | ||
| "nodejs", | ||
| "apollo", | ||
| "config" | ||
| ], | ||
| "author": "Quinton.xu@gmail.com", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "mocha": "^3.5.3" | ||
| }, | ||
| "dependencies": { | ||
| "urllib": "^2.25.0" | ||
| } | ||
| } |
test/index.js
0 → 100644
Please register or sign in to comment