-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 Bytes
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
{
"name": "rocket-sass",
"version": "4.0.2",
"description": "Rocket is a powerful Sass framework with many common used components and utility functions, to help you build websites faster and easier.",
"main": "./src/scss/rocket.scss",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganlanyuan/rocket.git"
},
"keywords": [
"css",
"mixins",
"sass",
"grid",
"framework",
"frontend",
"scss-framework",
"rocket"
],
"author": "William Lin <ganlanyuan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ganlanyuan/rocket/issues"
},
"homepage": "https://ganlanyuan.github.io/rocket/"
}