forked from morteza/bootstrap-rtl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 864 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
{
"name": "bootstrap-rtl",
"description": "Right-to-left (RTL) theme for Boostrap 3.2",
"version": "3.2.0-rc7",
"style": "dist/css/bootstrap-rtl.css",
"homepage": "http://github.com/morteza/bootstrap-rtl",
"author": "Morteza Ansarinia <[email protected]> (http://github.com/morteza)",
"keywords": [
"twitter",
"bootstrap",
"rtl",
"css",
"persian",
"farsi",
"arabic",
"hebrew",
"theme"
],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-banner": "~0.2.2",
"grunt-contrib-less": "~0.11.0"
},
"engines": {
"node": "~0.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/morteza/bootstrap-rtl.git"
},
"bugs": {
"url": "https://github.com/morteza/bootstrap-rtl/issues",
"email": "[email protected]"
},
"licenses": [{
"type": "No License"
}]
}