forked from Pourbahrami/Rootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 792 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
{
"bugs": {
"url": "https://github.com/pourbahrami/rootstrap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Rootstrap is a Sass port for RTL version of Bootstrap 3",
"eyeglass": {
"exports": "eyeglass-exports.js",
"needs": "^0.7.1"
},
"files": [
"assets",
"dist",
"eyeglass-exports.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/Pourbahrami/Rootstrap#readme",
"keywords": [
"bootstrap",
"sass",
"css",
"eyeglass-module",
"rtl"
],
"license": "MIT",
"name": "rootstrap",
"repository": {
"type": "git",
"url": "git://github.com/Pourbahrami/Rootstrap.git"
},
"scss": "assets/scss/_rootstrap.scss",
"version": "1.0.3",
"author": "Hossein Pourbahrami"
}