first commit
Showing
.idea/jsLibraryMappings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/vue2-countdown.iml
0 → 100644
.idea/watcherTasks.xml
0 → 100644
.idea/workspace.xml
0 → 100644
LICENSE
0 → 100644
_config.yml
0 → 100644
example/index.html
0 → 100644
index.js
0 → 100644
lib/vue2-countdown.vue
0 → 100644
package.json
0 → 100644
| { | |||
| "_args": [ | |||
| [ | |||
| "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "/Users/bzApp/nice-web-app" | |||
| ] | |||
| ], | |||
| "_from": "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "_id": "vue2-countdown@git+ssh://git@github.com/jinxiking/vue2-countdown.git#b28fe4b1c92dfbbb7f64a124a7cf804654a7b49f", | |||
| "_inBundle": false, | |||
| "_integrity": "", | |||
| "_location": "/vue2-countdown", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "git", | |||
| "raw": "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "rawSpec": "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "saveSpec": "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "fetchSpec": "ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "gitCommittish": null | |||
| }, | |||
| "_requiredBy": [ | |||
| "/" | |||
| ], | |||
| "_resolved": "git+ssh://git@github.com/jinxiking/vue2-countdown.git#b28fe4b1c92dfbbb7f64a124a7cf804654a7b49f", | |||
| "_shasum": "e0f20b6af6badb33cf99c8cc3df51d2c77f2ef35", | |||
| "_spec": "git+ssh://git@github.com/jinxiking/vue2-countdown.git", | |||
| "_where": "/Users/bzApp/nice-web-app", | |||
| "author": { | |||
| "name": "cgygd" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/cgygd/vue2-countdown/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "基于vue2.0的活动倒计时组件,可以使用服务端当前时间,在倒计时开始或者结束的时候,可以自定义回调.", | |||
| "homepage": "https://github.com/cgygd/vue2-countdown#readme", | |||
| "keywords": [ | |||
| "vuejs", | |||
| "countdown" | |||
| ], | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "name": "vue2-countdown", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/cgygd/vue2-countdown.git" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "version": "1.0.8" | |||
| } |
Please register or sign in to comment