]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/package.json
support disabling of e-mail digests entirely
[tt-rss.git] / lib / dojo / package.json
CommitLineData
81bea17a 1{
1354d172 2 "name": "dojo",
6887a0f5 3 "version": "1.12.1",
1354d172
AD
4 "directories": {
5 "lib": "."
6 },
6887a0f5
AK
7 "devDependencies": {
8 "intern-geezer": "2.2.2",
9 "http-proxy": "0.10.3",
10 "glob": "3.2.7",
11 "jsgi-node": "0.3.1",
12 "formidable": "1.0.17",
13 "sinon": "1.12.2",
14 "dojo": "1.12.1"
15 },
1354d172 16 "main": "main",
6887a0f5
AK
17 "scripts": {
18 "test": "intern-client config=tests/dojo.intern",
19 "test-coverage": "intern-client config=tests/dojo.intern reporters=console reporters=lcovhtml",
20 "test-remote": "intern-runner config=tests/dojo.intern",
21 "test-remote-coverage": "intern-runner config=tests/dojo.intern reporters=runner reporters=lcovhtml",
22 "test-local": "intern-runner config=tests/dojo.intern.local",
23 "test-local-coverage": "intern-runner config=tests/dojo.intern.local reporters=runner reporters=lcovhtml",
24 "test-proxy": "intern-runner config=tests/dojo.intern.proxy proxyOnly=true"
25 },
1354d172 26 "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.",
6887a0f5 27 "license" : "BSD-3-Clause OR AFL-2.1",
1354d172 28 "bugs": "http://bugs.dojotoolkit.org/",
6887a0f5 29 "keywords": [ "JavaScript", "Dojo", "Toolkit" ],
1354d172 30 "homepage": "http://dojotoolkit.org/",
6887a0f5
AK
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/dojo/dojo.git"
34 },
1354d172
AD
35 "dojoBuild": "dojo.profile.js"
36}