-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "perfex-module-template",
"version": "1.0.0",
"description": "A Module Template Boilerplate for PerfexCRM",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Validation-Solutions/perfex-module-template.git"
},
"keywords": [],
"author": "Validation Solutions SAS",
"contributors": [
{
"name": "Alexander Daza",
"email": "dev.alexander.daza@gmail.com",
"url": "https://www.alexanderdaza.com"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Validation-Solutions/perfex-module-template/issues"
},
"homepage": "https://github.com/Validation-Solutions/perfex-module-template#readme",
"devDependencies": {
"autoprefixer": "^9.8.8",
"grunt": "^1.5.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-pagespeed": "^2.0.1",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"imagemin-mozjpeg": "^10.0.0",
"load-grunt-tasks": "^5.1.0",
"pixrem": "^5.0.0",
"time-grunt": "^2.0.0"
}
}