forked from ShavitCohen/bootstrap3-rtl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 831 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
{
"name": "bootstrap-rtl"
, "description": "Right-to-left theme for Boostrap; A Front-end framework for faster and easier web development."
, "version": "3.0.0"
, "keywords": ["bootstrap", "css","rtl"]
, "homepage": "http://github.com/morteza/bootstrap-rtl"
, "author": "Morteza Ansarinia <[email protected]>"
, "repository": {
"type": "git"
, "url": "https://github.com/morteza/bootstrap-rtl.git"
}
, "bugs": {
"url": "https://github.com/morteza/bootstrap-rtl/issues"
}
, "licenses": [
{
"type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "devDependencies": {
"grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-copy": "~0.4.1"
, "grunt-contrib-uglify": "~0.2.4"
, "grunt-recess": "~0.4.0"
}
}