smartsystem/package.json

25 lines
565 B
JSON
Raw Normal View History

2016-10-06 17:28:00 +00:00
{
"name": "smartsystem",
"version": "1.0.0",
"description": "wraps systemjs for smarter workflows",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartsystem.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartsystem/issues"
},
2016-10-06 21:00:29 +00:00
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
"dependencies": {
"@types/q": "0.0.32",
"lik": "^1.0.24",
"q": "^1.4.1"
}
2016-10-06 17:28:00 +00:00
}