diff --git a/bower.json b/bower.json index 7ed3bcd..c6139c1 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "Winstrap", - "version": "0.4.12", + "version": "0.4.13", "homepage": "https://github.com/winjs/winstrap", "authors": "", - "description": "Bootstrap Theme for Microsoft Modern design language", + "description": "Bootstrap Theme for Microsoft design language", "license": "MIT", "dependencies": { "bootstrap-sass": "3.3.4" diff --git a/index.js b/index.js new file mode 100644 index 0000000..b5a2898 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +module.exports = function () { + console.log('Peace and greetings from the Winstrap quadrant of the Microsoft galaxy.'); +}; \ No newline at end of file diff --git a/package.json b/package.json index eb58942..3c50968 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,52 @@ { - "name": "Winstrap", - "description": "Winstrap is the official Bootstrap theme for Microsoft Modern design language.", - "repository": "https://github.com/winjs/winstrap.git", - "version": "0.4.12", - "author": { - "name": "Microsoft" - }, - "contributors": [ - { - "name": "Frederic Perrin" - }, - { - "name": "Mathias Wendlinger" - }, - { - "name": "Romain Hottlet" - }, - { - "name": "Andy Seres" - }, - { - "name": "Rachel Nizhnikova" - }, - { - "name": "Miles Grover" - }, - { - "name": "Joe Day" - }, - { - "name": "Martin Lijanto" - } - ], - "homepage": "", - "dependencies": { - "bower": "" - }, - "devDependencies": { - "grunt": "^0.4.5", - "grunt-assemble": "^0.4.0", - "grunt-bump": "^0.3.1", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-connect": "^0.9.0", - "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-jshint": "^0.11.2", - "grunt-contrib-watch": "^0.6.1", - "grunt-file-exists": "^0.1.2", - "grunt-notify": "^0.4.1", - "grunt-sass": "^1.0.0", - "jshint-stylish": "^2.0.0" - }, - "scripts": { - "postinstall": "node_modules/.bin/bower install" - } + "name": "winstrap", + "description": "Winstrap is the official Bootstrap theme for Microsoft design language.", + "repository": { + "type": "git", + "url": "git+https://github.com/winjs/winstrap.git" + }, + "version": "0.4.13", + "author": "Microsoft", + "contributors": [ + "Frederic Perrin", + "Mathias Wendlinger", + "Romain Hottlet", + "Andy Seres", + "Rachel Nizhnikova", + "Miles Grover", + "Joe Day", + "Martin Lijanto" + ], + "homepage": "http://winstrap.azurewebsites.net", + "dependencies": { + "bower": "" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-assemble": "^0.4.0", + "grunt-bump": "^0.3.1", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-connect": "^0.9.0", + "grunt-contrib-copy": "^0.7.0", + "grunt-contrib-jshint": "^0.11.2", + "grunt-contrib-watch": "^0.6.1", + "grunt-file-exists": "^0.1.2", + "grunt-notify": "^0.4.1", + "grunt-sass": "^1.0.0", + "jshint-stylish": "^2.0.0" + }, + "scripts": { + "postinstall": "bower install" + }, + "bugs": { + "url": "https://github.com/winjs/winstrap/issues" + }, + "main": "index.js", + "keywords": [ + "microsoft", + "windows", + "bootstrap", + "theme" + ], + "license": "MIT" }