UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

32 lines (31 loc) 667 B
{ "name": "sequencify", "description": "A module for sequencing tasks and dependencies", "version": "0.0.7", "homepage": "https://github.com/robrich/sequencify", "repository": "git://github.com/robrich/sequencify.git", "author": "Rob Richardson (http://robrich.org/)", "main": "./index.js", "keywords": [ "task", "sequence", "sequencer", "compose" ], "devDependencies": { "mocha": "~1.16.1", "should": "~2.1.1" }, "scripts": { "test": "mocha" }, "engines": { "node": ">= 0.4" }, "licenses": [ { "type": "MIT", "url": "http://github.com/robrich/sequencify/raw/master/LICENSE" } ] }