2011-11-08 17:40:44 +01:00
{
2012-08-14 16:59:10 +02:00
"name" : "dojo" ,
2017-01-20 18:29:59 +01:00
"version" : "1.12.1" ,
2012-08-14 16:59:10 +02:00
"directories" : {
"lib" : "."
} ,
2017-01-20 18:29:59 +01:00
"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"
} ,
2012-08-14 16:59:10 +02:00
"main" : "main" ,
2017-01-20 18:29:59 +01:00
"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"
} ,
2012-08-14 16:59:10 +02:00
"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." ,
2017-01-20 18:29:59 +01:00
"license" : "BSD-3-Clause OR AFL-2.1" ,
2012-08-14 16:59:10 +02:00
"bugs" : "http://bugs.dojotoolkit.org/" ,
2017-01-20 18:29:59 +01:00
"keywords" : [ "JavaScript" , "Dojo" , "Toolkit" ] ,
2012-08-14 16:59:10 +02:00
"homepage" : "http://dojotoolkit.org/" ,
2017-01-20 18:29:59 +01:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/dojo/dojo.git"
} ,
2012-08-14 16:59:10 +02:00
"dojoBuild" : "dojo.profile.js"
}