| 12345678910111213141516 |
- {
- "name": "programmatic-name-of-the-application",
- "version": "0.1.0",
- "description": "A short description",
- "devDependencies": {
- "grunt": "~0",
- "grunt-jscs": "~0",
- "grunt-contrib-jshint": "~0",
- "grunt-githooks": "~0",
- "load-grunt-tasks": "~1"
- },
- "author": "CKSource (http://cksource.com/)",
- "license": "See LICENSE.md",
- "homepage": "http://app.com",
- "bugs": "http://bugs.app.com"
- }
|