Mercurial > pub > ImplabJs
comparison dom/package.json @ 34:27e8e9e38e07 default tip
Слияние
author | nickolay |
---|---|
date | Wed, 05 Jun 2019 20:44:15 +0300 |
parents | acdcdf1a8d21 |
children |
comparison
equal
deleted
inserted
replaced
33:8af8e840dd49 | 34:27e8e9e38e07 |
---|---|
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 } |