smartsystem/package.json

36 lines
787 B
JSON

{
"name": "smartsystem",
"version": "1.0.15",
"description": "simplifies lazy loading with TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartsystem.git"
},
"keywords": [
"TypeScript",
"lazy",
"module loader"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartsystem/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
"dependencies": {
"@types/q": "1.0.0",
"lik": "^1.0.30",
"q": "^1.5.0",
"systemjs": "^0.20.12",
"typings-global": "^1.0.16"
},
"devDependencies": {
"tapbundle": "^1.0.12"
}
}