-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 919 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
{
"name": "fortune.css",
"version": "0.1.4",
"author": "Vikram Babu",
"description": "Fortune is your friendly CSS framework.",
"main": "dist/fortune.css",
"scripts": {
"build": "rm -rf dist || true && mkdir -p dist && gulp build",
"pub": "npm run build && npm publish",
"start": "gulp watch",
"test": "gulp test"
},
"keywords": [
"css"
],
"repository": {
"type": "git",
"url": "https://github.com/atav1k/fortune"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/atav1k/fortune/issues"
},
"homepage": "https://fortunecss.com",
"devDependencies": {
"gulp": "latest",
"gulp-cssnano": "latest",
"gulp-gzip": "latest",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"gulp-size": "latest",
"gulp-stylelint": "latest",
"postcss-preset-env": "latest",
"postcss-import": "latest",
"stylelint": "latest"
}
}