This commit is contained in:
Philipp Kunz 2016-10-06 23:00:29 +02:00
parent ae5021b728
commit 45e57b3a84
4 changed files with 16 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules/
coverage/
pages/
public/

View File

@ -15,5 +15,10 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartsystem/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartsystem#README"
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
"dependencies": {
"@types/q": "0.0.32",
"lik": "^1.0.24",
"q": "^1.4.1"
}
}

View File

@ -0,0 +1,5 @@
import * as plugins from './smartsystem.plugins'
export class Smartsystem {
}

View File

@ -0,0 +1 @@
import * as lik from 'lik'