Mercurial > pub > ImplabJs
comparison npm/implab/package.json @ 28:d796bbbe558c
added gradle
author | cin |
---|---|
date | Sat, 23 Jun 2018 21:50:11 +0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
27:aee8ea860e9b | 28:d796bbbe558c |
---|---|
1 { | |
2 "name": "implab", | |
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 } |