source: Dev/trunk/src/package.json @ 462

Last change on this file since 462 was 458, checked in by hendrikvanantwerpen, 12 years ago

Build distribution zip with Grunt.

File size: 509 bytes
RevLine 
[448]1{
[451]2  "name": "qed-full",
[448]3  "version": "0.0.1",
[451]4  "description": "QED Full",
[448]5  "devDependencies": {
6    "grunt": "~0.4.0",
[453]7    "grunt-contrib-copy": "~0.4.1",
8    "grunt-contrib-jshint": "~0.2.0",
[448]9    "grunt-contrib-less": "~0.5.0",
[453]10    "grunt-dojo": "~0.2.3",
11    "grunt-exec": "~0.4.1",
[458]12    "grunt-htmlhint": "~0.4.0",
13    "grunt-contrib-clean": "~0.4.1",
14    "grunt-zip": "~0.9.0",
15    "grunt-curl": "~1.1.0"
[456]16  },
17  "dependencies": {
18    "underscore": "~1.4.4",
19    "q": "~0.9.4",
20    "q-io": "~1.7.0"
[451]21  }
[448]22}
Note: See TracBrowser for help on using the repository browser.