UNPKG

494 BJSONView Raw
1{
2 "name": "jade-bootstrap",
3 "version": "1.0.0",
4 "homepage": "https://github.com/rajasegar/JADE-Bootstrap",
5 "authors": [
6 "Rajasegar <rajasegar.c@gmail.com>"
7 ],
8 "description": "Bootstrap framework written completely using mixins in JADE",
9 "main": "bootstrap.jade",
10 "keywords": [
11 "jade",
12 "bootstrap",
13 "frontend",
14 "ui",
15 "framework"
16 ],
17 "license": "MIT",
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test",
23 "tests"
24 ]
25}