add basic module structure

This commit is contained in:
2016-10-12 01:41:30 +02:00
parent 45e57b3a84
commit 7e65012621
9 changed files with 129 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "wraps systemjs for smarter workflows",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -19,6 +20,11 @@
"dependencies": {
"@types/q": "0.0.32",
"lik": "^1.0.24",
"q": "^1.4.1"
"q": "^1.4.1",
"systemjs": "^0.19.39"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.1"
}
}