package.json
19 lines
| 453 B
| application/json
|
JsonLexer
|
|
r0 | { | ||
| "name": "@implab/core", | ||||
|
|
r4 | "version": "0.0.1-dev", | ||
|
|
r0 | "description": "Dependency injection, logging, simple and fast text template engine", | ||
| "main": "main.js", | ||||
| "scripts": { | ||||
| "test": "echo \"Error: no test specified\" && exit 1" | ||||
| }, | ||||
| "keywords": [ | ||||
| "di", | ||||
| "ioc", | ||||
| "logging", | ||||
| "template engine", | ||||
| "dependency injection" | ||||
| ], | ||||
|
|
r4 | "author": "Implab team", | ||
| "license": "BSD", | ||||
| "repository": "https://bitbucket.org/implab/implabjs" | ||||
|
|
r0 | } | ||
