Skip to content

Commit

Permalink
Cosme package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Apr 20, 2015
1 parent a27b5f8 commit 6afd1d0
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,31 @@
{
"name": "stylestats",
"version": "5.1.0",
"main": "lib/stylestats.js",
"description": "StyleStats is a Node.js library to collect CSS statistics!",
"author": "Koji Ishimoto <ijok.ijok@gmail.com>",
"contributors": [{
"name": "Shogo Sensui",
"email": "shogo.sensui@gmail.com"
}],
"bin": {
"stylestats": "bin/cli.js"
},
"description": "StyleStats is a Node.js library to collect CSS statistics!",
"homepage": "https://github.com/t32k/stylestats",
"bugs": "https://github.com/t32k/stylestats/issues",
"author": {
"name": "Koji Ishimoto",
"email": "ijok.ijok@gmail.com",
"web": "http://t32k.me/"
},
"maintainers": {
"name": "Shogo Sensui",
"email": "shogo.sensui@gmail.com",
"web": "http://github.com/1000ch"
"scripts": {
"test": "mocha --timeout 5s --reporter=spec"
},
"main": "lib/stylestats.js",
"repository": {
"type": "git",
"url": "git@github.com:t32k/stylestats.git"
},
"license": "MIT",
"bugs": "https://github.com/t32k/stylestats/issues",
"homepage": "http://www.stylestats.org/",
"keywords": [
"css",
"stylesheet",
"performance",
"property"
],
"scripts": {
"test": "mocha --timeout 5s --reporter=spec"
},
"engines": {
"node": "0.10.x"
},
Expand Down Expand Up @@ -63,5 +57,7 @@
"istanbul": "^0.3.0",
"mocha-lcov-reporter": "0.0.2",
"testem": "^0.8.0"
}
},
"preferGlobal": true,
"license": "MIT"
}

0 comments on commit 6afd1d0

Please sign in to comment.