Mercurial > pub > ImplabJs
annotate core/package.json @ 31:40d2e49a7219
working on dependencies
author | cin |
---|---|
date | Wed, 27 Jun 2018 04:31:39 +0300 |
parents | acdcdf1a8d21 |
children |
rev | line source |
---|---|
28 | 1 { |
29 | 2 "name": "@implab/core", |
28 | 3 "version": "1.0.1", |
4 "description": "Dependency injection, logging, simple and fast text template engine", | |
29 | 5 "main": "main.js", |
28 | 6 "scripts": { |
7 "test": "echo \"Error: no test specified\" && exit 1" | |
8 }, | |
9 "keywords": [ | |
10 "di", | |
11 "ioc", | |
12 "logging", | |
13 "template engine", | |
14 "dependency injection" | |
15 ], | |
16 "author": "Sergey Smirnov", | |
17 "license": "MIT" | |
18 } |