8
0

package.json 293 B

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