File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- sudo : false
2- env :
3- - CXX=g++-4.8
4- - LINK=g++
51language : node_js
62node_js :
7- - " 0.10"
8- addons :
9- apt :
10- sources :
11- - ubuntu-toolchain-r-test
12- packages :
13- - gcc-4.8
14- - g++-4.8
3+ - " 4.2.3"
4+ - " iojs-v2.5.0"
Original file line number Diff line number Diff line change 1- # mathjax-node [ ![ Build Status] ( https://travis-ci.org/mathjax /MathJax-node.svg?branch=develop )] ( https://travis-ci.org/mathjax /MathJax-node )
1+ # mathjax-node [ ![ Build Status] ( https://travis-ci.org/physikerwelt /MathJax-node.svg )] ( https://travis-ci.org/physikerwelt /MathJax-node )
22
33This repository contains files that provide APIs to call MathJax from
44node.js programs. There is an API for converting individual math
Original file line number Diff line number Diff line change 2222 "url" : " git://github.com/mathjax/MathJax-node.git"
2323 },
2424 "dependencies" : {
25- "jsdom" : " 3.1.1 " ,
25+ "jsdom" : " ^6.0.0 " ,
2626 "speech-rule-engine" : " *" ,
2727 "yargs" : " ^3.0.0" ,
28- "MathJax" : " git+https://github.com/physikerwelt/MathJax#funap "
28+ "MathJax" : " git+https://github.com/physikerwelt/MathJax#mathoid-1.0.0-alpha.0 "
2929 },
3030 "scripts" : {
3131 "test" : " tape test/*.js"
You can’t perform that action at this time.
0 commit comments