##// END OF EJS Templates
fixed dependencies, set --access=public in package.json
cin -
r5:cbf6644b80a2 default
parent child
Show More
@@ -1,19 +1,22
1 {
1 {
2 "name": "@implab/core",
2 "name": "@implab/core",
3 "version": "0.0.1-dev",
3 "version": "0.0.1-dev",
4 "description": "Dependency injection, logging, simple and fast text template engine",
4 "description": "Dependency injection, logging, simple and fast text template engine",
5 "main": "main.js",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
6 "keywords": [
10 "di",
7 "di",
11 "ioc",
8 "ioc",
12 "logging",
9 "logging",
13 "template engine",
10 "template engine",
14 "dependency injection"
11 "dependency injection"
15 ],
12 ],
16 "author": "Implab team",
13 "author": "Implab team",
17 "license": "BSD",
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"
21 }
19 }
22 }
General Comments 0
You need to be logged in to leave comments. Login now