-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "ushahidi-platform-pattern-library",
"description": "Ushahidi Platform Pattern Library",
"version": "5.0.3",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/ushahidi/platform-pattern-library"
},
"author": "Ushahidi",
"license": "AGPL-3.0",
"homepage": "https://github.com/ushahidi/platform-pattern-library",
"scripts": {
"prepublish": "gulp build",
"jshint": "jshint ."
},
"engines": {
"node": ">=10.0"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "~2.6",
"gulp-connect": "^5.7.0",
"gulp-declare": "^0.3.0",
"gulp-exec": "^4.0.0",
"gulp-file-include": "^2.1.1",
"gulp-handlebars": "^5.0.2",
"gulp-insert": "~0.5.0",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-wrap": "^0.15.0",
"jshint": "^2.9.2",
"merge-stream": "^2.0.0",
"request": "^2.88.0"
},
"dependencies": {
"bourbon": "^5.0.0",
"bourbon-neat": "^1.9.0",
"sortablejs": "^1.7.0"
},
"greenkeeper": {
"ignore": [
"bourbon",
"bourbon-neat"
]
}
}