main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
687 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "ts-easing",
|
---|
| 3 | "version": "0.2.0",
|
---|
| 4 | "description": "Collection of easing functions in TypeScript",
|
---|
| 5 | "main": "lib/index.js",
|
---|
| 6 | "files": [
|
---|
| 7 | "lib/"
|
---|
| 8 | ],
|
---|
| 9 | "types": "lib/index.d.ts",
|
---|
| 10 | "typings": "lib/index.d.ts",
|
---|
| 11 | "scripts": {
|
---|
| 12 | "build": "tsc",
|
---|
| 13 | "clean": "rimraf lib"
|
---|
| 14 | },
|
---|
| 15 | "author": "@streamich",
|
---|
| 16 | "license": "Unlicense",
|
---|
| 17 | "repository": {
|
---|
| 18 | "type": "git",
|
---|
| 19 | "url": "https://github.com/streamich/ts-easing.git"
|
---|
| 20 | },
|
---|
| 21 | "bugs": {
|
---|
| 22 | "url": "https://github.com/streamich/ts-easing/issues"
|
---|
| 23 | },
|
---|
| 24 | "homepage": "https://github.com/streamich/ts-easing#readme",
|
---|
| 25 | "dependencies": {
|
---|
| 26 | },
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "typescript": "^3.1.3",
|
---|
| 29 | "rimraf": "^2.6.2"
|
---|
| 30 | }
|
---|
| 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.