source: Dev/trunk/package.json @ 506

Last change on this file since 506 was 505, checked in by hendrikvanantwerpen, 11 years ago

Added linting of json files.

File size: 653 bytes
RevLine 
[463]1{
2  "name": "qed-full",
3  "version": "0.0.1",
4  "description": "QED Full",
5  "devDependencies": {
6    "grunt": "~0.4.0",
7    "grunt-contrib-copy": "~0.4.1",
[475]8    "grunt-contrib-jshint": "~0.6.0",
9    "grunt-contrib-less": "~0.6.4",
[463]10    "grunt-dojo": "~0.2.3",
11    "grunt-exec": "~0.4.1",
12    "grunt-htmlhint": "~0.4.0",
[475]13    "grunt-contrib-clean": "~0.5.0",
[464]14    "grunt-contrib-coffee": "~0.7.0",
[466]15    "underscore": "~1.4.4",
[475]16    "grunt-coffeelint": "~0.0.6",
[469]17    "grunt-banner": "~0.1.4",
[479]18    "grunt-amd-check": "~0.5.2",
19    "mocha": "~1.14.0",
[487]20    "should": "~2.1.0",
[505]21    "grunt-tv4": "^0.4.0",
22    "grunt-jsonlint": "^1.0.4"
[479]23  },
24  "dependencies": {}
[463]25}
Note: See TracBrowser for help on using the repository browser.