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

Last change on this file since 430 was 427, checked in by hendrikvanantwerpen, 12 years ago

Display content elements on their own line.
Use className iso 'class' in node creation.
Added required version field to package.json.

File size: 315 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",
14    "grunt-contrib-jshint": "~0.2.0"
15  }
[407]16}
Note: See TracBrowser for help on using the repository browser.