-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
{
"name": "bootstrap-sass-rtl",
"title": "RTL for Bootstrap Sass",
"version": "1.0.0",
"homepage": "https://github.com/snhasani/bootstrap-sass-rtl",
"license": "MIT",
"author": {
"name": "Sayyid Nasser Hassani",
"email": "[email protected]",
"twitter": "https://twitter.com/snhasani"
},
"tags": [
"bootstrap",
"sass",
"css",
"rtl",
"farsi",
"persian",
"arabic",
"hebrew"
],
"repository": {
"type": "git",
"url": "https://github.com/snhasani/bootstrap-sass-rtl.git"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-sass": "^0.7.2",
"gulp-util": "^2.2.19",
"gulp-rename": "^1.2.0",
"gulp-header": "^1.0.5",
"event-stream": "^3.1.7",
"gulp-minify-css": "^0.3.6"
},
"engines": {
"node": "~0.10.21"
},
"bugs": {
"url": "https://github.com/snhasani/bootstrap-sass-rtl/issues",
"email": "[email protected]"
}
}