-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "algebra-parser.js",
"version": "0.0.1",
"description": "Parse algebraic expressions and equations as string and convert them algebra.js representation ",
"main": "algebra-parser.js",
"scripts": {
"test": "make test-coveralls"
},
"files": [
"algebra-parser.js",
"src/"
],
"Dependencies":{
"algebra.js": "0.1.4"
},
"devDependencies": {
"browserify": "11.0.1",
"uglifyjs": "2.4.10",
"algebra.js": "0.1.4",
"jasmine-node": "1.14.5",
"coveralls": "^2.11.4",
"istanbul": "0.3.17"
},
"keywords": [
"parser",
"algebra",
"math",
"fractions",
"equations",
"expressions",
"latex"
],
"author": "Tim Rach",
"license": "MIT",
"repository" : "https://github.com/timrach/algebra-parser",
"bugs": {
"url": "https://github.com/timrach/algebra-parser/issues"
},
"homepage": "http://timrach.github.io/algebra-parser/"
}