wallet-core/node_modules/sequencify/package.json

32 lines
667 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "sequencify",
2016-10-10 03:43:44 +02:00
"description": "A module for sequencing tasks and dependencies",
2016-11-03 01:33:53 +01:00
"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"
],
2016-10-10 03:43:44 +02:00
"devDependencies": {
"mocha": "~1.16.1",
"should": "~2.1.1"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">= 0.4"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/robrich/sequencify/raw/master/LICENSE"
}
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}