Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-10-23 14:06:04 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-04 04:37:05 +0300
commit80fa1f3a608f9eead753eaab0bee6d7bf59bde0a (patch)
tree0639499c17d2a8df233732a14b17a0e7edfc12a6 /package.json
parent6b2e10ec7225bf659d3f3271649a41ebe5d0676f (diff)
Update package.json with npm init.3.x
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 16 insertions, 12 deletions
diff --git a/package.json b/package.json
index 3ec9d7f..7b395d7 100644
--- a/package.json
+++ b/package.json
@@ -2,26 +2,30 @@
"name": "normalize-scss",
"version": "3.0.3",
"description": "Normalize-scss as a node packaged module",
- "style": "_normalize.scss",
- "files": [
- "LICENSE.md",
- "_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 <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
+ "keywords": [
+ "sass",
+ "normalize"
+ ],
"main": "_normalize.scss",
- "author": [
- "Nicolas Gallagher",
- "John Albin Wilkins"
+ "style": "_normalize.scss",
+ "files": [
+ "LICENSE.md",
+ "_normalize.scss"
],
+ "directories": {
+ "test": "test"
+ },
"scripts": {
"test": "cd test; bundle exec rake"
},
- "license": [
- "MIT",
- "GPL-2.0"
- ]
+ "license": "(MIT OR GPL-2.0)"
}