8
0

package.json 336 B

12345678910111213
  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. },
  9. "author": "CKSource (http://cksource.com/)",
  10. "license": "See LICENSE.md",
  11. "homepage": "http://app.com",
  12. "bugs": "http://bugs.app.com"
  13. }