UNPKG

760 BJSONView Raw
1{
2 "name": "jade-bootstrap",
3 "version": "1.0.4",
4 "description": "Bootstrap framework written completely using mixins in JADE",
5 "main": "bootstrap.jade",
6 "scripts": {
7 "test": "mocha -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/rajasegar/JADE-Bootstrap.git"
12 },
13 "keywords": [
14 "jade",
15 "bootstrap",
16 "twitter",
17 "bootstrap",
18 "frontend",
19 "ui",
20 "framework",
21 "jade",
22 "mixins"
23 ],
24 "author": "Rajasegar Chandiran",
25 "license": "Apache",
26 "bugs": {
27 "url": "https://github.com/rajasegar/JADE-Bootstrap/issues"
28 },
29 "homepage": "https://github.com/rajasegar/JADE-Bootstrap",
30 "devDependencies": {
31 "jade": "^1.11.0",
32 "jasmine": "^2.4.1",
33 "mocha": "^2.3.4"
34 }
35}