package.json 300 B

123456789101112131415
  1. {
  2. "name": "programmatic-name-of-the-application",
  3. "version": "0.1.0",
  4. "description": "A short description",
  5. "devDependencies": {
  6. "grunt": "~0.4.5"
  7. },
  8. "author": "CKSource (http://cksource.com/)",
  9. "license": "See LICENSE.md",
  10. "homepage": "http://app.com",
  11. "bugs": "http://bugs.app.com"
  12. }