mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-14 06:05:02 +08:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "gulp-sequence",
|
|
"description": "Run a series of gulp tasks in order.",
|
|
"authors": [
|
|
"Yan Qing <admin@zensh.com>"
|
|
],
|
|
"version": "0.4.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/teambition/gulp-sequence.git"
|
|
},
|
|
"homepage": "https://github.com/teambition/gulp-sequence",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"sequence",
|
|
"sync",
|
|
"thunk",
|
|
"thunks",
|
|
"flow"
|
|
],
|
|
"dependencies": {
|
|
"gulp-util": ">=2.0.0",
|
|
"thunks": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"standard": "^4.5.2"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"test",
|
|
"gulpfile.js"
|
|
],
|
|
"gitHead": "2f5ca14f89d01a77ad1b0fe60c75add98f1fafee",
|
|
"bugs": {
|
|
"url": "https://github.com/teambition/gulp-sequence/issues"
|
|
},
|
|
"_id": "gulp-sequence@0.4.0",
|
|
"_shasum": "6c77f31afaba4951bf4c5765ec6b66bad98f98d9",
|
|
"_from": "gulp-sequence@*",
|
|
"_npmVersion": "2.11.3",
|
|
"_nodeVersion": "2.3.3",
|
|
"_npmUser": {
|
|
"name": "zensh",
|
|
"email": "admin@zensh.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "zensh",
|
|
"email": "admin@zensh.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "6c77f31afaba4951bf4c5765ec6b66bad98f98d9",
|
|
"tarball": "http://registry.npmjs.org/gulp-sequence/-/gulp-sequence-0.4.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-sequence/-/gulp-sequence-0.4.0.tgz"
|
|
}
|