8
0

package.json 401 B

12345678910111213141516
  1. {
  2. "name": "programmatic-name-of-the-application",
  3. "version": "0.1.0",
  4. "description": "A short description",
  5. "devDependencies": {
  6. "grunt": "~0",
  7. "grunt-jscs": "~0",
  8. "grunt-contrib-jshint": "~0",
  9. "grunt-githooks": "~0",
  10. "load-grunt-tasks": "~1"
  11. },
  12. "author": "CKSource (http://cksource.com/)",
  13. "license": "See LICENSE.md",
  14. "homepage": "http://app.com",
  15. "bugs": "http://bugs.app.com"
  16. }