-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "boardify",
"description": "JSON configurations based single page static board generator for links and short notes",
"version": "0.2.0",
"author": "Manish Kumar Khedawat <[email protected]>",
"homepage": "https://github.com/mkkhedawat/boardify",
"main": "src/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mkkhedawat/boardify.git"
},
"files": [
"bin/",
"src/"
],
"bin": {
"boardify": "bin/cli"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"boardify",
"static",
"generator"
],
"dependencies": {
"autoprefixer": "9.6.5",
"boxen": "^4.1.0",
"browser-sync": "2.26.7",
"commander": "^3.0.2",
"gulp": "4.0.2",
"gulp-data": "^1.3.1",
"gulp-htmlmin": "^5.0.1",
"gulp-merge-json": "1.3.1",
"gulp-postcss": "8.0.0",
"gulp-pug": "4.0.1",
"gulp-sass": "4.0.2",
"materialize-css": "^1.0.0",
"precss": "4.0.0",
"pug": "2.0.4"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
}
}