-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 987 Bytes
/
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
{
"name": "@flakolefluk/tailwind-schematics",
"version": "0.0.6",
"description": "TailwindCSS schematics for angular",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics",
"tailwindCSS",
"tailwind",
"angular"
],
"ng-add": {
"save": false
},
"author": "Ignacio Falk",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^8.3.20",
"@angular-devkit/schematics": "^8.3.20",
"jasmine": "^3.5.0",
"typescript": "~3.7.3"
},
"devDependencies": {
"@schematics/angular": "^8.3.20",
"@types/jasmine": "^3.5.0",
"@types/node": "^12.12.17"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:flakolefluk/tailwindcss-schematics.git"
},
"bugs": {
"url": "https://github.com/flakolefluk/tailwindcss-schematics/issues",
"email": "[email protected]"
}
}