package.json
22 lines
| 471 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", | ||||
| "keywords": [ | ||||
| "di", | ||||
| "ioc", | ||||
| "logging", | ||||
| "template engine", | ||||
| "dependency injection" | ||||
| ], | ||||
|
|
r4 | "author": "Implab team", | ||
| "license": "BSD", | ||||
|
|
r5 | "repository": "https://bitbucket.org/implab/implabjs", | ||
| "publishConfig": { | ||||
| "access": "public" | ||||
| }, | ||||
| "dependencies": { | ||||
| "dojo": "^1.10.0" | ||||
| } | ||||
|
|
r0 | } | ||
