smartsystem/package.json

38 lines
847 B
JSON
Raw Normal View History

2016-10-06 17:28:00 +00:00
{
"name": "smartsystem",
2016-12-11 10:01:07 +00:00
"version": "1.0.12",
"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": {
"@types/q": "0.0.32",
2016-12-10 18:46:47 +00:00
"lik": "^1.0.27",
2016-10-11 23:41:30 +00:00
"q": "^1.4.1",
2016-12-10 18:46:47 +00:00
"systemjs": "^0.19.41",
2016-10-12 12:07:54 +00:00
"typings-global": "^1.0.14"
2016-10-11 23:41:30 +00:00
},
"devDependencies": {
"@types/should": "^8.1.30",
2016-12-10 18:46:47 +00:00
"should": "^11.1.2",
2016-10-12 12:01:15 +00:00
"typings-test": "^1.0.3"
2016-10-06 21:00:29 +00:00
}
2016-10-06 17:28:00 +00:00
}