Mercurial > pub > ImplabJs
diff core/package.json @ 29:acdcdf1a8d21
repository reorganized
author | cin |
---|---|
date | Tue, 26 Jun 2018 19:35:44 +0300 |
parents | npm/implab/package.json@d796bbbe558c |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/package.json Tue Jun 26 19:35:44 2018 +0300 @@ -0,0 +1,18 @@ +{ + "name": "@implab/core", + "version": "1.0.1", + "description": "Dependency injection, logging, simple and fast text template engine", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "di", + "ioc", + "logging", + "template engine", + "dependency injection" + ], + "author": "Sergey Smirnov", + "license": "MIT" +}