smartsystem/package.json

36 lines
787 B
JSON
Raw Normal View History

2016-10-06 17:28:00 +00:00
{
"name": "smartsystem",
2017-05-13 08:34:38 +00:00
"version": "1.0.15",
"description": "simplifies lazy loading with TypeScript",
2016-10-06 17:28:00 +00:00
"main": "dist/index.js",
2016-10-11 23:41:30 +00:00
"typings": "dist/index.d.ts",
2016-10-06 17:28:00 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartsystem.git"
},
"keywords": [
"TypeScript",
"lazy",
"module loader"
],
2016-10-06 17:28:00 +00:00
"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": {
2017-05-13 09:03:24 +00:00
"@types/q": "1.0.0",
"lik": "^1.0.30",
"q": "^1.5.0",
"systemjs": "^0.20.12",
"typings-global": "^1.0.16"
2016-10-11 23:41:30 +00:00
},
"devDependencies": {
2017-05-13 09:03:24 +00:00
"tapbundle": "^1.0.12"
2016-10-06 21:00:29 +00:00
}
2016-10-06 17:28:00 +00:00
}