-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
90 lines (90 loc) · 2.41 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "spid-smart-button",
"version": "1.1.5",
"description": "Pulsante SSO per SPID",
"engines": {
"node": ">=6.1.0"
},
"localserver": {
"url": "http://localhost:",
"port": 9090
},
"repository": {
"type": "git",
"url": "https://github.com/italia/spid-smart-button.git"
},
"license": "EUPL-1.2",
"author": {
"name": "Umberto Rosini",
"email": "[email protected]",
"url": "https://github.com/umbros"
},
"contributors": [
{
"name": "Simone Rescio",
"email": "[email protected]",
"url": "https://simonerescio.it"
},
{
"name": "Davide Porrovecchio",
"email": "[email protected]",
"url": "https://github.com/pdavide"
},
{
"name": "Carlotta Dimatteo",
"email": "[email protected]",
"url": "https://github.com/ZorbaDimatteo"
},
{
"name": "Alessandro Ranellucci",
"email": "[email protected]",
"url": "https://github.com/alranel"
}
],
"scripts": {
"security": "grunt retire",
"start": "grunt build:prod && grunt serve",
"serve": "grunt build:dev && grunt serve",
"build": "grunt build:prod",
"build-prod": "grunt build:prod",
"build-watch": "grunt watch:build",
"lint": "grunt lint",
"test-watch": "grunt watch:test",
"test": "grunt test",
"performance": "lighthouse $npm_package_localserver_url$npm_package_localserver_port/index.html --output-path=reports/lighthouse.html --view",
"precommit": "npm run lint",
"prepush": "npm test",
"grunt": "grunt"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"axe-core": "^4.1.1",
"eslint-config-crockford": "^2.0.0",
"eslint-plugin-jasmine": "^4.1.1",
"grunt": "^1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-postcss": "^0.9.0",
"grunt-retire": "^1.0.9",
"grunt-sass": "^3.1.0",
"grunt-serve": "0.1.6",
"grunt-string-replace": "^1.3.1",
"grunt-stylelint": "^0.16.0",
"grunt-umd": "^3.0.0",
"husky": "^4.3.0",
"lighthouse": "^6.4.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^5.0.0",
"promise-polyfill": "^8.2.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {}
}