forked from mike-goodwin/pug-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 982 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
38
39
40
41
42
43
{
"name": "pug-bootstrap",
"version": "0.0.15",
"description": "Bootstrap framework written completely using mixins in pug",
"main": "bootstrap.pug",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/mike-goodwin/pug-bootstrap.git"
},
"keywords": [
"pug",
"bootstrap",
"twitter",
"bootstrap",
"frontend",
"ui",
"framework",
"mixins"
],
"author": "Mike Goodwin",
"contributors": [
"https://github.com/techjeffharris",
"https://github.com/Nakira",
"https://github.com/thylux",
"https://github.com/kraftman",
"https://github.com/thamys",
"https://github.com/liuxiaoworld"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mike-goodwin/pug-bootstrap/issues"
},
"homepage": "https://github.com/mike-goodwin/pug-bootstrap",
"devDependencies": {
"mocha": "^2.3.4"
},
"dependencies": {
"pug": "^2.0.0-beta3"
}
}