smartsystem/package.json

35 lines
765 B
JSON
Raw Normal View History

2016-10-06 17:28:00 +00:00
{
"name": "smartsystem",
2017-07-31 13:20:43 +00:00
"version": "2.0.2",
"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-07-31 13:16:10 +00:00
"lik": "^1.0.38",
"smartq": "^1.1.6",
"systemjs": "^0.20.17",
"typings-global": "^1.0.20"
2016-10-11 23:41:30 +00:00
},
"devDependencies": {
2017-07-31 13:16:10 +00:00
"tapbundle": "^1.1.1"
2016-10-06 21:00:29 +00:00
}
2016-10-06 17:28:00 +00:00
}