This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 1.76 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "angular-material-tools",
"version": "1.0.0",
"description": "Build tools for AngularJS Material",
"main": "index.js",
"license": "MIT",
"engines": {
"npm": "6",
"node": "10"
},
"scripts": {
"test": "node scripts/run-tests.js",
"test:versions": "node scripts/test-versions.js",
"tslint": "tslint -c tslint.json -p ./",
"build": "node scripts/build.js",
"release": "node scripts/release.js"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/material-tools.git"
},
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-aria": "^1.8.2",
"angular-messages": "^1.8.2",
"autoprefixer": "^10.0.1",
"clean-css": "^4.2.3",
"cssbeautify": "^0.3.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"merge": "^1.2.1",
"node-sass": "^4.14.1",
"postcss": "^8.1.4",
"request": "^2.88.2",
"tar-fs": "^2.1.0",
"uglify-js": "^3.11.4",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/clean-css": "^4.2.2",
"@types/es6-promise": "^3.3.0",
"@types/fs-extra": "^9.0.2",
"@types/glob": "^7.1.3",
"@types/jasmine": "^3.6.0",
"@types/node": "^14.14.6",
"@types/source-map": "^0.5.7",
"@types/uglify-js": "^3.11.1",
"@types/yargs": "^15.0.9",
"angular-material": "^1.2.1",
"chalk": "^4.1.0",
"jasmine": "^3.6.2",
"readline-sync": "^1.4.10",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
},
"bin": {
"material-tools": "./bin/material-tools"
},
"contributors": [
"Paul Gschwendtner <[email protected]>",
"Kristiyan Kostadinov <[email protected]> (http://crisbeto.com/)"
],
"maintainers": [
"Michael Prentice <[email protected]>"
]
}