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