-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
48 lines (48 loc) · 974 Bytes
/
bower.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
44
45
46
47
48
{
"name": "rocket",
"version": "4.0.2",
"main": [
"./src/scss/rocket.scss",
"./src/js/kit.js"
],
"keywords": [
"css",
"mixins",
"sass",
"grid",
"framework",
"frontend",
"scss-framework",
"rocket"
],
"authors": [
"William Lin <[email protected]>"
],
"description": "Rocket is a powerful Sass framework with many common used components and utility functions, to help you build websites faster and easier.",
"license": "MIT",
"ignore": [
"**/.*",
".gitignore",
".sublime-project",
".codekit",
"sftp-config.json",
"bower.json",
"README.md",
"changelog.md",
"node_modules",
"bower_components",
"docs",
"demos",
"test",
"tests"
],
"homepage": "https://ganlanyuan.github.io/rocket/",
"repository": {
"type": "git",
"url": "https://github.com/ganlanyuan/rocket.git"
},
"dependencies": {},
"devDependencies": {
"true": "^2.0.3"
}
}