8
0

package.json 375 B

1234567891011121314
  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. "grunt-jscs": "~0.6.2",
  8. "grunt-contrib-jshint": "~0.10.0"
  9. },
  10. "author": "CKSource (http://cksource.com/)",
  11. "license": "See LICENSE.md",
  12. "homepage": "http://app.com",
  13. "bugs": "http://bugs.app.com"
  14. }