-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
43
44
45
46
47
48
49
50
{
"title": "Röcssti is a lightweight CSS microframework to start your responsive projects",
"name": "rocssti",
"description": "Röcssti is a lightweight, extensible and responsive CSS to start your projects. This CSS micro-framework is especially designed for starting responsive websites. LESS and Sass versions are also available, with a mobile-first version for Sass.",
"version": "4.4.1",
"keywords": [
"css",
"rocssti",
"micro-framework",
"framework",
"reset",
"responsive",
"rwd",
"boilerplate",
"workflow",
"sass",
"less"
],
"main": "https://github.com/nico3333fr/ROCSSTI/tree/master/src/css",
"scripts": {
"build": "gulp",
"build:css": "gulp css"
},
"author": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"bugs": {
"url": "https://github.com/nico3333fr/ROCSSTI/issues"
},
"repository": [
{
"type": "git",
"url": "https://github.com/nico3333fr/ROCSSTI.git"
}
],
"license": "MIT",
"homepage": "https://rocssti.net/en/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-header": "latest",
"gulp-less": "latest",
"gulp-minify-css": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest"
}
}