smartsystem/package.json

20 lines
474 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"
},
"homepage": "https://gitlab.com/pushrocks/smartsystem#README"
}