Mercurial > pub > ImplabJs
annotate 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 |
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 } |