##// END OF EJS Templates
Добавлена метка v1.0.0 для набора изменений a045279dcf9b
Добавлена метка v1.0.0 для набора изменений a045279dcf9b

File last commit:

r0:ab570232df7d default
r7:162faf64fc9c default
Show More
package.json
28 lines | 679 B | application/json | JsonLexer
cin
Initial commit, project structure.
r0 {
"version": "0.0.1",
"description": "Improved version of the original dojo-typings",
"author": "Implab team",
"keywords": [
"dojo",
"dojo-typings"
],
"repository": {
"type": "mercurial",
"url": "https://code.implab.org/implab/implabjs-dojo-typings"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/requirejs": "latest",
"eslint": "7.7.0",
"tslint": "6.1.3",
"typescript": "^4.4.2"
}
}