-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 863 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
{
"name": "tailwindo",
"version": "1.0.3",
"description": "Convert Bootstrap CSS code to Tailwind CSS code",
"main": "index.js",
"bin": "cli.js",
"directories": {
"lib": "lib",
"test": "test",
"example": "example"
},
"engines" : {
"node" : ">=10.3.0"
},
"scripts": {
"build": "babel src -d build",
"watch": "babel src -d build --watch",
"test": "mocha"
},
"author": "Riaz Ali Laskar",
"url": "https://github.com/riazXrazor/tailwindo/issues",
"email": "[email protected]",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"lodash": "^4.17.10",
"pumpify": "^1.5.1",
"split2": "^2.2.0",
"through2": "^2.0.3",
"xregexp": "^4.1.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"mocha": "^5.2.0"
}
}