-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
30 lines (30 loc) · 912 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
{
"name": "tailwindcss-fluid",
"version": "0.2.0",
"description": "Fluid utilities for Tailwind CSS",
"main": "dist/index.js",
"files": ["dist"],
"scripts": {
"babel":
"babel --plugins=transform-object-rest-spread --no-babelrc -d build src",
"build": "npm run -s babel && microbundle -i build/index.js -f cjs",
"prepublish": "npm run build"
},
"keywords": ["tailwindcss", "tailwind"],
"author": "Brad Cornes <bradlc41@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/bradlc/tailwindcss-fluid.git"
},
"bugs": {
"url": "https://github.com/bradlc/tailwindcss-fluid/issues"
},
"homepage": "https://github.com/bradlc/tailwindcss-fluid#readme",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"microbundle": "^0.4.4"
}
}