File size: 819 Bytes
cd6720a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "@mapbox/unitbezier",
  "version": "0.0.1",
  "description": "unit bezier curve interpolation",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "pretest": "eslint index.js test/*.js",
    "test": "node test/unitbezier.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/unitbezier.git"
  },
  "keywords": [
    "unit",
    "bezier",
    "interpolation",
    "webkit"
  ],
  "author": "",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mapbox/unitbezier/issues"
  },
  "homepage": "https://github.com/mapbox/unitbezier",
  "devDependencies": {
    "eslint": "^8.0.1",
    "eslint-config-mourner": "^2.0.3",
    "tape": "^5.3.1"
  },
  "eslintConfig": {
    "extends": "mourner"
  }
}