Mercurial > pub > ImplabJs
comparison 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 |
comparison
equal
deleted
inserted
replaced
28:d796bbbe558c | 29:acdcdf1a8d21 |
---|---|
1 { | |
2 "name": "@implab/core", | |
3 "version": "1.0.1", | |
4 "description": "Dependency injection, logging, simple and fast text template engine", | |
5 "main": "main.js", | |
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 } |