##// END OF EJS Templates
the build script is updated
the build script is updated

File last commit:

r0:7110eac54b19 v1.0.0 default
r2:b698f0e8883c default
Show More
package.amd.json
24 lines | 489 B | application/json | JsonLexer
cin
initial port of implab/web
r0 {
"name": "${packageName}",
"version": "${version}",
"description": "${description}",
"main": "main.js",
"keywords": [
"di",
"ioc",
"logging",
"template engine",
"dependency injection"
],
"author": "${author}",
"license": "${license}",
"repository": "$repository",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"dojo": "^1.10.0",
"@implab/core-amd": "^1.2.0"
},
"module": "${jsmodule}",
"target": "${target}"
}