Last change
on this file was
533,
checked in by hendrikvanantwerpen, 10 years ago
|
Add watch command to ease client development.
|
File size:
816 bytes
|
Rev | Line | |
---|
[463] | 1 | { |
---|
| 2 | "name": "qed-full", |
---|
| 3 | "version": "0.0.1", |
---|
| 4 | "description": "QED Full", |
---|
| 5 | "devDependencies": { |
---|
[516] | 6 | "grunt": "^0.4.4", |
---|
| 7 | "grunt-contrib-copy": "^0.4.1", |
---|
| 8 | "grunt-contrib-jshint": "^0.6.5", |
---|
| 9 | "grunt-contrib-less": "^0.6.5", |
---|
[463] | 10 | "grunt-dojo": "~0.2.3", |
---|
[516] | 11 | "grunt-exec": "^0.4.5", |
---|
[463] | 12 | "grunt-htmlhint": "~0.4.0", |
---|
[475] | 13 | "grunt-contrib-clean": "~0.5.0", |
---|
[516] | 14 | "grunt-contrib-coffee": "^0.7.0", |
---|
| 15 | "underscore": "^1.4.4", |
---|
| 16 | "grunt-coffeelint": "0.0.8", |
---|
| 17 | "grunt-banner": "^0.1.4", |
---|
[479] | 18 | "grunt-amd-check": "~0.5.2", |
---|
[516] | 19 | "mocha": "^1.14.0", |
---|
| 20 | "should": "^2.1.1", |
---|
| 21 | "grunt-tv4": "~0.4.0", |
---|
| 22 | "grunt-jsonlint": "~1.0.4", |
---|
| 23 | "grunt-path-check": "~0.9.3", |
---|
| 24 | "grunt-git-deploy": "~0.1.1", |
---|
[517] | 25 | "grunt-svninfo": "~0.1.4", |
---|
[533] | 26 | "grunt-http": "^1.1.0", |
---|
| 27 | "grunt-contrib-watch": "^0.6.1" |
---|
[479] | 28 | }, |
---|
| 29 | "dependencies": {} |
---|
[463] | 30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.