Mercurial > pub > ImplabJs
annotate dom/package.json @ 30:2dfba21cd879
sync
author | cin |
---|---|
date | Wed, 27 Jun 2018 02:46:14 +0300 |
parents | acdcdf1a8d21 |
children |
rev | line source |
---|---|
29 | 1 { |
2 "name": "@implab/dom", | |
3 "version": "1.0.1", | |
4 "description": "Dependency injection, logging, simple and fast text template engine", | |
5 "main": "index.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 } |