Skip to content

Commit

Permalink
update bower.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chidori committed Feb 2, 2017
1 parent 39b8e38 commit f2cd935
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "anychart-nodejs",
"main": "lib/anychart-node.js",
"version": "1.0.0",
"authors": [
"AnyChart"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "1.0.1",
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
"homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
"license": "Apache-2.0",
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "anychart-nodejs",
"main": "./lib/anychart-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
"author": "AnyChart",
"title": "AnyChart NodeJS",
"homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
"license": "Apache-2.0",
Expand All @@ -20,6 +21,9 @@
"type": "git",
"url": "https://github.com/AnyChart/AnyChart-NodeJS"
},
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-NodeJS/issues"
},
"dependencies": {
"opentype.js": "^0.6.6",
"async": "^0.9.2",
Expand Down

0 comments on commit f2cd935

Please sign in to comment.