8
0

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