-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 657 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 657 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
{
"name": "angular-ts-math",
"version": "2.0.1",
"description": "Angular ts numbers and math!",
"main": "dist/angular-ts-math.js",
"types": "dist/angular-ts-math.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"tslint": "^6.1.3",
"typescript": "^4.7.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/s3c4/angular-ts-math.git"
},
"keywords": ["angular", "math", "ts", "angular-ts", "angular-ts-math", "angular-math", "typescript", "angular2" ],
"author": {
"name": "Andrei Secareanu",
"url": "https://github.com/s3c4",
"email": "seca.andrei@gmail.com"
}
}