-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 855 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 855 Bytes
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
{
"name":"kuba-bootstrap",
"description":"Kuba-bootstrap is an open source project for creating components specifically for mobile devices and iOS/Android webview apps like ones made in Phonegap.",
"version":"1.0.10",
"keywords":["bootstrap", "css", "less", "components"],
"homepage":"https://github.com/kuba-bootstrap/bootstrap",
"contributors":[
"Jakub Szerszen <jszersze@gmail.com>",
"Gabriel Hopper <gabe.hopper@gmail.com>"
],
"author": "Jakub Szerszen",
"repository":{
"type":"git",
"url":"https://github.com/kuba-bootstrap/bootstrap.git"
},
"licenses":[
{
"type":"Apache-2.0",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"colors": "*",
"less": "*"
},
"main": "index"
}