Changeset 451 for Dev/trunk/src/package.json
- Timestamp:
- 06/08/13 23:04:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/package.json
r448 r451 1 1 { 2 "name": "qed- application",2 "name": "qed-full", 3 3 "version": "0.0.1", 4 "description": "QED Application", 5 "dependencies": { 6 "simple-http-proxy": "~0.5.2", 7 "express": "~3.2.3" 8 }, 4 "description": "QED Full", 9 5 "devDependencies": { 10 6 "grunt": "~0.4.0", … … 12 8 "grunt-contrib-jshint": "~0.2.0", 13 9 "grunt-htmlhint": "~0.4.0" 14 }, 15 "dojoBuild": "qed.profile.js" 10 } 16 11 }
Note: See TracChangeset
for help on using the changeset viewer.