vue hello world项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
776 B

{
"name": "js-queue",
"version": "2.0.2",
"description": "Simple JS queue with auto run for node and browsers",
"main": "queue.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/js-queue.git"
},
"keywords": [
"queue",
"node",
"js",
"auto",
"run",
"execute",
"browser",
"react"
],
"author": "Brandon Nozaki Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/RIAEvangelist/js-queue/issues"
},
"homepage": "https://github.com/RIAEvangelist/js-queue#readme",
"dependencies": {
"easy-stack": "^1.0.1"
}
}