-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 979 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 979 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
34
35
36
37
38
39
40
41
42
43
{
"name": "css-spaces",
"version": "0.3.5",
"description": "A simple CSS spacing library for margins, paddings and more",
"main": "gulpfile.js",
"scripts": {
"gulp": "gulp",
"bower": "bower",
"prestart": "npm install",
"build": "npm install && gulp",
"start": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/badabam/css-spaces.git"
},
"keywords": [
"css",
"sass",
"margin",
"padding",
"width",
"styles",
"spacing",
"height",
"library",
"lib"
],
"author": "Jeremias Erbs <j@badabam.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/badabam/css-spaces/issues"
},
"homepage": "https://github.com/badabam/css-spaces#readme",
"devDependencies": {
"browser-sync": "^2.9.12",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0"
}
}