-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 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
{
"name": "vegeta",
"version": "2.0.2",
"description": "Vegeta is Bulma Alternative",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"framework",
"responsive",
"flexbox",
"sass",
"css"
],
"author": "benny L.E.P <[email protected]> (http://xdbonline.tk)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bendo01/vegeta.git"
},
"bugs": "https://github.com/bendo01/vegeta/issues",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.10",
"bulma": "^0.1.0",
"cssnano": "^3.7.1",
"doiuse": "^2.3.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"immutable-css": "^1.1.2",
"jquery": "^3.0.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"jstree": "^3.3.1",
"nanoscroller": "^0.8.7",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.6.0",
"postcss-reporter": "^1.3.3",
"rucksack-css": "^0.8.6",
"sass-convert": "^0.5.2",
"sassdoc": "^2.1.20",
"stylelint": "^6.6.0",
"stylelint-config-standard": "^9.0.0",
"vinyl-fs": "^2.4.3"
}
}