32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|