-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 988 Bytes
/
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
{
"name": "ingenico.css",
"version": "0.2.1",
"description": "An elegant front-end boilerplate that'll make it easier to cope with the default Ingenico payment view.",
"homepage": "http://github.e-sites.nl/ingenico.css/",
"author": {
"name": "e-sites",
"email": "[email protected]",
"web": "http://e-sites.nl/"
},
"contributors": [
{
"name": "Rick de Graaff",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/e-sites/ingenico.css.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/e-sites/ingenico.css/blob/master/LICENSE"
}
],
"devDependencies": {
"gulp": "~3.9.1",
"gulp-header": "~1.8.8",
"gulp-minify-css": "~0.3.7",
"gulp-minify-html": "~1.0.6",
"gulp-processhtml": "1.1.0",
"gulp-rename": "~1.2.2",
"gulp-uncss": "~0.4.5",
"gulp-util": "~3.0.8",
"gulp-less": "^3.3.0",
"bootstrap": "^3.3.7"
}
}