| @@ -1,19 +1,22 | |||
|
|
1 | 1 | { |
|
|
2 | 2 | "name": "@implab/core", |
|
|
3 | 3 | "version": "0.0.1-dev", |
|
|
4 | 4 | "description": "Dependency injection, logging, simple and fast text template engine", |
|
|
5 | 5 | "main": "main.js", |
|
|
6 | "scripts": { | |
|
|
7 | "test": "echo \"Error: no test specified\" && exit 1" | |
|
|
8 | }, | |
|
|
9 | 6 | "keywords": [ |
|
|
10 | 7 | "di", |
|
|
11 | 8 | "ioc", |
|
|
12 | 9 | "logging", |
|
|
13 | 10 | "template engine", |
|
|
14 | 11 | "dependency injection" |
|
|
15 | 12 | ], |
|
|
16 | 13 | "author": "Implab team", |
|
|
17 | 14 | "license": "BSD", |
|
|
18 | "repository": "https://bitbucket.org/implab/implabjs" | |
|
|
15 | "repository": "https://bitbucket.org/implab/implabjs", | |
|
|
16 | "publishConfig": { | |
|
|
17 | "access": "public" | |
|
|
18 | }, | |
|
|
19 | "dependencies": { | |
|
|
20 | "dojo": "^1.10.0" | |
|
|
19 | 21 | } |
|
|
22 | } | |
General Comments 0
You need to be logged in to leave comments.
Login now
