source: Dev/trunk/client/qed/package.json @ 436

Last change on this file since 436 was 431, checked in by hendrikvanantwerpen, 12 years ago

Added basic HTML linting.

Added htmllint as grunt task.
Moved jshint and htrmllint options to separate rc files.

File size: 347 bytes
RevLine 
[407]1{
[426]2  "name": "qed",
[427]3  "version": "0.0.1",
[426]4  "description": "QED",
5  "dependencies": {
6    "dojo": "~1.8.0",
7    "dijit": "~1.8.0",
8    "dojox": "~1.8.0"
9  },
10  "dojoBuild": "qed.profile.js",
11  "devDependencies": {
12    "grunt": "~0.4.0",
13    "grunt-contrib-less": "~0.5.0",
[431]14    "grunt-contrib-jshint": "~0.2.0",
15    "grunt-htmlhint": "~0.9.2"
[426]16  }
[407]17}
Note: See TracBrowser for help on using the repository browser.