Mercurial > pub > ImplabJs
view core/package.json @ 32:1dc2fd263b90
Merge
author | cin |
---|---|
date | Wed, 27 Jun 2018 04:35:04 +0300 |
parents | acdcdf1a8d21 |
children |
line wrap: on
line source
{ "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" }