package.amd.json
24 lines
| 489 B
| application/json
|
JsonLexer
|
|
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}" | |||
| } |
