Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 5104a5e

Browse files
committed
Add all metadata to package.json
1 parent bfeb856 commit 5104a5e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ demonstration purposes only and does not apply to this software.
4646

4747
3. Set the copyright year and owner in `LICENSE.txt`.
4848

49-
4. Customize `bower.json`.
49+
4. Customize `package.json and `bower.json`.
5050

5151
5. Replace any remaining instances of the placeholder package name.
5252
You can replace the placeholder package name and GitHub username

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
2+
"name": "coffeescript-package",
3+
"version": "0.0.0",
4+
"description": "Package description.",
5+
"main": "javascripts/main.coffee",
6+
"keywords": [
7+
"coffeescript",
8+
"javascript"
9+
],
10+
"homepage": "https://github.com/makenew/coffeescript-package",
11+
"bugs": "https://github.com/makenew/coffeescript-package/issues",
12+
"repository": "makenew/coffeescript-package",
13+
"license": "MIT",
14+
"authors": [
15+
"Your Name <[email protected]>"
16+
],
217
"scripts": {
318
"install": "bower install",
419
"build": "grunt"
520
},
6-
"private": true,
21+
"files": [
22+
"javascripts"
23+
],
724
"devDependencies": {
825
"bower": "^1.7.2",
926
"coffeelint": "^1.14.2",

0 commit comments

Comments
 (0)