Last change
on this file since 426 was
426,
checked in by hendrikvanantwerpen, 12 years ago
|
Added grunt tasks and code cleanup.
Added grunt for less and jshint procesing.
Cleanup of code to pass jshint (one bug found :).
|
File size:
293 bytes
|
Rev | Line | |
---|
[407] | 1 | { |
---|
[426] | 2 | "name": "qed", |
---|
| 3 | "description": "QED", |
---|
| 4 | "dependencies": { |
---|
| 5 | "dojo": "~1.8.0", |
---|
| 6 | "dijit": "~1.8.0", |
---|
| 7 | "dojox": "~1.8.0" |
---|
| 8 | }, |
---|
| 9 | "dojoBuild": "qed.profile.js", |
---|
| 10 | "devDependencies": { |
---|
| 11 | "grunt": "~0.4.0", |
---|
| 12 | "grunt-contrib-less": "~0.5.0", |
---|
| 13 | "grunt-contrib-jshint": "~0.2.0" |
---|
| 14 | } |
---|
[407] | 15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.