forked from Formstone/Formstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
{
"name": "formstone",
"id": "formstone",
"codename": "formstone",
"realname": "Formstone",
"version": "1.4.18",
"description": "Library of modular front end components.",
"repository": {
"type": "git",
"url": "https://github.com/Formstone/Formstone/"
},
"scripts": {},
"homepage": "http://formstone.it/",
"homepage_short": "formstone.it",
"demo": "http://formstone.it/demo/",
"license": "GPL-3.0",
"main": "dist/js/core.js",
"author": {
"name": "Ben Plum",
"email": "mr@benplum.com",
"url": "http://www.benplum.com"
},
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"fs-sync": "^1.0.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-banner": "^0.1.3",
"gulp-beautify": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-clip-empty-files": "^0.1.2",
"gulp-cssbeautify": "^1.0.1",
"gulp-header": "^2.0.9",
"gulp-html-beautify": "^1.0.1",
"gulp-include": "^2.4.1",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-modernizr": "^3.3.0",
"gulp-rename": "^1.4.0",
"gulp-replace-include": "^1.3.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zetzer": "^1.0.4",
"jshint": "^2.10.2",
"less-plugin-npm-import": "^2.1.0",
"moment": "^2.24.0",
"normalize-css": "^2.3.1",
"prismjs": "^1.17.1"
},
"src": {
"vars": {
"mq_min_ht_sm": "500",
"mq_min_ht": "800",
"mq_min_xs": "320",
"mq_min_sm": "500",
"mq_min_md": "740",
"mq_min_lg": "980",
"mq_min_xl": "1220"
}
}
}