-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1020 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
{
"name": "bootstrap-bidirectional",
"version": "3.3.6",
"description": "bootstrap-bidirectional is a Sass-powered version of Bootstrap 3.3.6, ready to drop right into your SASS powered applications. This port is based on Bootstrap-sass",
"main": "assets/javascripts/bootstrap.js",
"repository": {
"type": "git",
"url": "git://github.com/jbokkers/bootstrap-bidirectional.git"
},
"keywords": [
"bootstrap",
"twbs",
"bi-directional",
"bidirectional",
"rtl",
"sass"
],
"contributors": [
"Jochem Bökkers",
"Bootstrap-sass Team at http://github.com/twbs/bootstrap-sass"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jbokkers/bootstrap-bidirectional/issues"
},
"devDependencies": {
"node-sass": "~3.4.2"
},
"homepage": "https://github.com/jbokkers/bootstrap-bidirectional#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jochem Bökkers <[email protected]> (jbokkers.com)"
}