6887a0f573
The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "dojo",
|
|
"version": "1.12.1",
|
|
"directories": {
|
|
"lib": "."
|
|
},
|
|
"devDependencies": {
|
|
"intern-geezer": "2.2.2",
|
|
"http-proxy": "0.10.3",
|
|
"glob": "3.2.7",
|
|
"jsgi-node": "0.3.1",
|
|
"formidable": "1.0.17",
|
|
"sinon": "1.12.2",
|
|
"dojo": "1.12.1"
|
|
},
|
|
"main": "main",
|
|
"scripts": {
|
|
"test": "intern-client config=tests/dojo.intern",
|
|
"test-coverage": "intern-client config=tests/dojo.intern reporters=console reporters=lcovhtml",
|
|
"test-remote": "intern-runner config=tests/dojo.intern",
|
|
"test-remote-coverage": "intern-runner config=tests/dojo.intern reporters=runner reporters=lcovhtml",
|
|
"test-local": "intern-runner config=tests/dojo.intern.local",
|
|
"test-local-coverage": "intern-runner config=tests/dojo.intern.local reporters=runner reporters=lcovhtml",
|
|
"test-proxy": "intern-runner config=tests/dojo.intern.proxy proxyOnly=true"
|
|
},
|
|
"description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
|
|
"license" : "BSD-3-Clause OR AFL-2.1",
|
|
"bugs": "http://bugs.dojotoolkit.org/",
|
|
"keywords": [ "JavaScript", "Dojo", "Toolkit" ],
|
|
"homepage": "http://dojotoolkit.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dojo/dojo.git"
|
|
},
|
|
"dojoBuild": "dojo.profile.js"
|
|
}
|