diff --git a/package.json b/package.json --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "0.0.1-dev", "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", @@ -15,5 +12,11 @@ ], "author": "Implab team", "license": "BSD", - "repository": "https://bitbucket.org/implab/implabjs" + "repository": "https://bitbucket.org/implab/implabjs", + "publishConfig": { + "access": "public" + }, + "dependencies": { + "dojo": "^1.10.0" + } }