forked from EGT-Ukraine/ng-tailwindcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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": "ng-tailwindcss",
"version": "2.4.0",
"preferGlobal": true,
"bin": {
"ngtw": "./index.js"
},
"description": "A helpful cli tool for integrating tailwindcss with angular-cli projects",
"main": "index.js",
"scripts": {
"test": "standard && node test",
"tdd": "nodemon test --ignore test/ng-tailwind.js",
"lint": "standard",
"lint:fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tehpsalmist/ng-tailwindcss.git"
},
"keywords": [
"angular",
"tailwind",
"css",
"angular-cli",
"cli",
"purgecss"
],
"author": "Ben Steward <bstewardcodes@gmail.com> (https://tehpsalmist.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/tehpsalmist/ng-tailwindcss/issues"
},
"homepage": "https://github.com/tehpsalmist/ng-tailwindcss#readme",
"dependencies": {
"chokidar": "^3.3.1",
"commander": "^4.1.1",
"purgecss": "^1.4.2",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"standard": "^14.3.1"
}
}