-
Notifications
You must be signed in to change notification settings - Fork 418
/
package.json
43 lines (43 loc) · 945 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": "bootstrap-rtl",
"description": "Right-to-left (RTL) theme for Boostrap 3.x",
"version": "3.4.0",
"style": "dist/css/bootstrap-rtl.css",
"homepage": "http://github.com/morteza/bootstrap-rtl",
"author": "Morteza Ansarinia (http://github.com/morteza)",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"keywords": [
"twitter",
"bootstrap",
"rtl",
"css",
"persian",
"farsi",
"arabic",
"hebrew",
"theme"
],
"dependencies": {
"bootstrap": "^3.3.4"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "~0.12.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"
},
"licenses": [
{
"type": "Unlicensed Public Domain"
}
]
}