- Timestamp:
- 06/08/13 17:53:03 (12 years ago)
- Location:
- Dev/trunk/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/qed-client/package.json
r443 r448 2 2 "name": "qed-client", 3 3 "version": "0.0.1", 4 "description": "QED ",4 "description": "QED Client", 5 5 "dependencies": { 6 6 "dojo": "~1.8.0", 7 7 "dijit": "~1.8.0", 8 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 "grunt-htmlhint": "~0.9.2"16 9 } 17 10 } -
Dev/trunk/src/qed/package.json
r443 r448 2 2 "name": "qed", 3 3 "version": "0.0.1", 4 "description": "QED ",4 "description": "QED Shared", 5 5 "dependencies": { 6 6 "dojo": "~1.8.0", 7 "dijit": "~1.8.0",8 7 "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 "grunt-htmlhint": "~0.9.2"16 8 } 17 9 }
Note: See TracChangeset
for help on using the changeset viewer.