-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name": "trigfills",
"version": "0.9.5",
"description": "Sin, cos, tan, asin, acos and atan fill ins for cross browser consistency.",
"main": "trigfills.min.js",
"scripts": {
"test": "require('trigfills').version()"
},
"tonicExample": "require('trigfills').sin(Math.PI/2)",
"repository": {
"type": "git",
"url": "https://github.com/strainer/trigfills.git"
},
"keywords": [
"trigonometry",
"deterministic",
"sin",
"cos",
"tan",
"atan",
"acos",
"asin"
],
"author": "Andrew Strain <AndrewInput@gmail.com> (https://github.com/strainer/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/strainer/trigfills/issues"
},
"homepage": "https://github.com/strainer/trigfills#readme"
}