Skip to content

Commit

Permalink
Update package.json with npm init.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 23, 2015
1 parent cbd868e commit b4b23b3
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@
"name": "normalize-scss",
"version": "3.0.3",
"description": "Normalize-scss as a node packaged module",
"style": "sass/_normalize.scss",
"files": [
"LICENSE.md",
"sass/_normalize.scss"
],
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"bugs": {
"url": "https://github.com/JohnAlbin/normalize-scss/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/normalize-scss.git"
},
"author": "John Albin Wilkins <[email protected]> (http://john.albin.net/)",
"keywords": [
"sass",
"normalize"
],
"main": "sass/_normalize.scss",
"author": [
"Nicolas Gallagher",
"John Albin Wilkins"
"files": [
"LICENSE.md",
"sass/_normalize.scss"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test; bundle exec rake"
},
"license": [
"MIT",
"GPL-2.0"
]
"license": "(MIT OR GPL-2.0)"
}

0 comments on commit b4b23b3

Please sign in to comment.