2016-10-06 17:28:00 +00:00
|
|
|
{
|
|
|
|
"name": "smartsystem",
|
2016-10-12 12:07:57 +00:00
|
|
|
"version": "1.0.2",
|
2016-10-06 17:28:00 +00:00
|
|
|
"description": "wraps systemjs for smarter workflows",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"lik": "^1.0.24",
|
2016-10-11 23:41:30 +00:00
|
|
|
"q": "^1.4.1",
|
2016-10-12 12:07:54 +00:00
|
|
|
"systemjs": "^0.19.39",
|
|
|
|
"typings-global": "^1.0.14"
|
2016-10-11 23:41:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/should": "^8.1.30",
|
2016-10-12 12:01:15 +00:00
|
|
|
"should": "^11.1.1",
|
|
|
|
"typings-test": "^1.0.3"
|
2016-10-06 21:00:29 +00:00
|
|
|
}
|
2016-10-06 17:28:00 +00:00
|
|
|
}
|