forked from nicolewhite/algebra.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 808 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
{
"name": "algebra.js",
"version": "0.2.6",
"description": "Build, display, and solve algebraic equations.",
"main": "algebra.js",
"scripts": {
"test": "make lint test"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolewhite/algebra.js.git"
},
"files": [
"algebra.js",
"src/"
],
"devDependencies": {
"browserify": "^13.0.1",
"coveralls": "^2.11.2",
"istanbul": "^0.4.4",
"jasmine-node": "^1.14.5",
"jshint": "^2.8.0",
"uglifyjs": "^2.4.10"
},
"keywords": [
"algebra",
"math",
"fractions",
"equations",
"expressions",
"latex"
],
"author": "Nicole White",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolewhite/algebra.js/issues"
},
"homepage": "http://algebra.js.org"
}