node-jsgraph
Advanced tools
Comparing version 1.16.29 to 2.0.0
{ | ||
"name": "node-jsgraph", | ||
"description": "library that can be used to render scientific data in the form of graphs and charts", | ||
"version": "1.16.29", | ||
"version": "2.0.0", | ||
"scripts": { | ||
"build": "grunt webpack", | ||
"doc": "git subtree push --prefix doc origin gh-pages", | ||
"eslint": "eslint src --cache", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
"test": "grunt webpack && npm run test-mocha", | ||
@@ -16,2 +18,3 @@ "test-mocha": "mocha test/node --require should --reporter mocha-better-spec-reporter" | ||
"devDependencies": { | ||
"babel-core": "^6.23.1", | ||
"babel-loader": "^6.2.4", | ||
@@ -25,2 +28,3 @@ "babel-polyfill": "^6.16.0", | ||
"bower": "^1.3.5", | ||
"eslint": "^3.15.0", | ||
"grunt": "^1.0.1", | ||
@@ -48,5 +52,7 @@ "grunt-babel": "^6.0.0", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"katex": "^0.7.1" | ||
}, | ||
"repository": "NPellet/jsGraph", | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3931801
1
31
49189
+ Addedkatex@^0.7.1
+ Addedkatex@0.7.1(transitive)
+ Addedmatch-at@0.1.1(transitive)