Automated build for v0.01

This commit is contained in:
Fmstrat
2019-03-22 10:17:29 -04:00
commit 791b998489
2771 changed files with 222096 additions and 0 deletions

21
lib/dijit/package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "dijit",
"version": "1.14.2",
"directories": {
"lib": "."
},
"main": "main",
"dependencies": {
"dojo": "1.14.2"
},
"description": "Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience.",
"license" : "BSD-3-Clause OR AFL-2.1",
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": [ "JavaScript", "Dojo", "Widget" ],
"homepage": "http://dojotoolkit.org/",
"repository": {
"type": "git",
"url": "https://github.com/dojo/dijit.git"
},
"dojoBuild": "dijit.profile.js"
}