##// END OF EJS Templates
changed the project structure
changed the project structure

File last commit:

r47:4a34b9d6df70 di-typescript
r49:1a91da7b15f7 di-typescript
Show More
package.template.json
22 lines | 449 B | application/json | JsonLexer
/ src / package.template.json
{
"name": "${packageName}",
"version": "${verstion}",
"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"
}
}