File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " anychart-nodejs" ,
3
3
"main" : " lib/anychart-node.js" ,
4
- "version" : " 1.0.0" ,
4
+ "authors" : [
5
+ " AnyChart"
6
+ ],
7
+ "ignore" : [
8
+ " **/.*" ,
9
+ " node_modules" ,
10
+ " bower_components" ,
11
+ " test" ,
12
+ " tests"
13
+ ],
14
+ "version" : " 1.0.1" ,
5
15
"description" : " AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side." ,
6
16
"homepage" : " https://github.com/AnyChart/AnyChart-NodeJS" ,
7
17
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " anychart-nodejs" ,
3
3
"main" : " ./lib/anychart-node" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"description" : " AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side." ,
6
+ "author" : " AnyChart" ,
6
7
"title" : " AnyChart NodeJS" ,
7
8
"homepage" : " https://github.com/AnyChart/AnyChart-NodeJS" ,
8
9
"license" : " Apache-2.0" ,
20
21
"type" : " git" ,
21
22
"url" : " https://github.com/AnyChart/AnyChart-NodeJS"
22
23
},
24
+ "bugs" : {
25
+ "url" : " https://github.com/AnyChart/AnyChart-NodeJS/issues"
26
+ },
23
27
"dependencies" : {
24
28
"opentype.js" : " ^0.6.6" ,
25
29
"async" : " ^0.9.2" ,
You can’t perform that action at this time.
0 commit comments