-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 867 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
{
"name": "tailwindscss",
"version": "0.3.0",
"description": "SCSS version of Tailwind CSS for people who don't use modern module bundler",
"main": "tailwind.css",
"style": "tailwind.scss",
"bin": {
"tailwindscss": "bin/cli.js"
},
"scripts": {
"build": "node build.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahmanda/tailwindscss.git"
},
"keywords": [
"tailwindcss",
"scss",
"scss-framework",
"utility-classes"
],
"author": "Rahmanda Wibowo <rahmandawibowo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rahmanda/tailwindscss/issues"
},
"homepage": "https://github.com/rahmanda/tailwindscss#readme",
"devDependencies": {
"glob": "^7.1.4",
"jest": "^24.8.0",
"node-sass": "^4.12.0",
"sass-true": "^4.0.0"
}
}