-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 KB
/
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
40
41
42
43
{
"name": "cuon-matrix-ts",
"version": "1.1.0",
"description": "matrix math library",
"main": "lib/cuon-matrix-ts.min.js",
"typings": [
"index.d.ts"
],
"scripts": {
"build": "./node_modules/.bin/webpack --env build",
"dev": "./node_modules/.bin/webpack --progress --colors --watch --env dev",
"type": "node type-generator.js"
},
"dependencies": {
},
"devDependencies": {
"dts-generator": "^2.1.0",
"source-map-loader": "^0.2.2",
"typescript": "^2.5.3",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"webpack": "^3.7.1",
"yargs": "^9.0.1"
},
"keywords": [
"matrix math",
"library",
"universal",
"umd",
"typescript",
"commonjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/typedefJorge/cuon-matrix-ts.git"
},
"author": "typedefjorge",
"license": "MIT",
"bugs": {
"url": "https://github.com/typedefJorge/cuon-matrix-ts/issues"
},
"homepage": "https://github.com/typedefJorge/cuon-matrix-ts#readme"
}