-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
{
"name": "molo",
"version": "1.0.0",
"description": "Molo Core",
"main": "gulpfile.js",
"dependencies": {
"electron": "^9.4.0",
"marked": "^0.7.0",
"axios": ">=0.21.1",
"postcss": "^7.0.0"
},
"devDependencies": {
"del": "^3.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-bless": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-gzip": "^1.4.0",
"gulp-livereload": "^3.8.1",
"gulp-minify": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-glob": "^1.0.8",
"gulp-sass-lint": "^1.3.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.4",
"gulp-watch": "^4.3.9",
"mocha": "^3.5.3",
"nightmare": "^2.10.0",
"stylelint-selector-bem-pattern": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praekelt/molo.git"
},
"license": "ISC",
"author": "Prakelt.org",
"bugs": {
"url": "https://github.com/praekelt/molo.git/issues"
},
"homepage": "https://github.com/praekelt/molo.git#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha"
}
}