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

Commit 94cfe0d

Browse files
committed
Add all metadata to package.json
1 parent bbb0fd2 commit 94cfe0d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
{
2+
"name": "libsass-package",
3+
"version": "0.0.0",
4+
"description": "Package description.",
5+
"main": "stylesheets/main.sass",
6+
"keywords": [
7+
"sass",
8+
"libsass",
9+
"css"
10+
],
11+
"homepage": "https://github.com/makenew/libsass-package",
12+
"bugs": "https://github.com/makenew/libsass-package/issues",
13+
"repository": "makenew/libsass-package",
14+
"license": "MIT",
15+
"authors": [
16+
"Your Name <[email protected]>"
17+
],
218
"scripts": {
319
"prestart": "bower install",
420
"start": "grunt",
521
"pretest": "bower install",
622
"test": "grunt"
723
},
8-
"private": true,
24+
"files": [
25+
"stylesheets"
26+
],
927
"devDependencies": {
1028
"bower": "^1.7.2",
1129
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)