Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 9, 2013
1 parent 6ad515e commit f6f9f84
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,22 @@
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": ["CSS", "CSSOM", "parser", "styleSheet"],
"version": "0.2.6",
"version": "0.3.0",
"homepage": "https://github.com/NV/CSSOM",
"author": "Nikita Vasilyev <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/NV/CSSOM.git"
},
"bugs": {
"url": "https://github.com/NV/CSSOM/issues"
},
"directories": {
"lib": "./lib"
},
"bugs": "https://github.com/NV/CSSOM/issues",
"main": "./lib/index.js",
"engines": {
"node": ">=0.2.0"
},
"devDependencies": {
"jake": "~0.7.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"license": {
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
},
"scripts": {
"prepublish": "jake lib/index.js"
}
Expand Down

0 comments on commit f6f9f84

Please sign in to comment.