-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
62 lines (62 loc) · 1.39 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
56
57
58
59
60
61
62
{
"name": "potato-css",
"version": "1.0.2",
"description": "Simple CSS framework for hackers. Simple as potato.",
"authors": [
"Edvins Antonovs <[email protected]>"
],
"main": "stylesheets/css/potato.css",
"scripts": {
"install": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ummahusla/PotatoCSS.git"
},
"keywords": [
"CSS",
"CSS-framework",
"UI",
"responsive-grid",
"responsive",
"layout"
],
"author": "Edvins Antonovs",
"license": "MIT",
"bugs": {
"url": "https://github.com/ummahusla/PotatoCSS/issues"
},
"homepage": "https://github.com/ummahusla/PotatoCSS#readme",
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"css-mqpacker": "^6.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-less": "^3.3.2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylefmt": "^1.1.0",
"gulp-util": "^3.0.8",
"node-notifier": "^5.1.2",
"postcss-reporter": "^5.0.0",
"run-sequence": "^2.2.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-csstree-validator": "^1.2.0"
},
"browserslist": [
"last 2 version",
"Firefox >=3.5",
"Safari >=3.2",
"Opera >=11",
"OperaMini All",
"IE >= 9"
]
}