-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.17 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
51
52
53
54
55
{
"name": "@fabiocaccamo/wall.css",
"version": "0.3.2",
"description": "Pure (s)css block-grid implementation with extra features.",
"keywords": [
"html",
"css",
"list",
"block",
"grid",
"columns",
"cols",
"ratio",
"spacing",
"custom",
"bootstrap",
"foundation",
"wall"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabiocaccamo/wall.css"
},
"main": "gulpfile.js",
"scripts": {
"watch": "gulp watch",
"build": "gulp build --production",
"reinstall": "rm package-lock.json && rm -rf node_modules && npm install"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.28.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"panini": "^1.3.0",
"rimraf": "^4.3.1",
"sass": "^1.58.3",
"yargs": "^17.7.1"
},
"babel": {
"presets": [
"env"
]
},
"private": false
}