-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.81 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": "om-ui",
"version": "0.1.1",
"description": "OM UI sfaffolding and components",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.24.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^3.3.1",
"mq4-hover-shim": "^0.3.0",
"panini": "^1.6.2",
"popper.js": "^1.12.3",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/organicman/om.git"
},
"bugs": {
"url": "https://github.com/organicman/om/issues",
"email": "[email protected]"
},
"author": "Organic Man <[email protected]> (https://organicman.eco)",
"license": "Commercial",
"private": true,
"dependencies": {
"@fengyuanchen/datepicker": "^0.6.5",
"billboard.js": "^1.4.1",
"bulma": "^0.7.0",
"bulma-extensions": "^1.0.14",
"chart.js": "^2.7.2",
"chosen-js": "^1.8.3",
"covervid": "^1.0.0",
"datedropper": "^2.0.0",
"easy-autocomplete": "^1.3.5",
"izitoast": "^1.3.0",
"jquery.counterup": "^2.1.0",
"jquery-tags-input": "^1.3.5",
"jquery-waypoints": "^2.0.5",
"jquery-ui-dist": "^1.12.1",
"jqvmap": "^1.5.1",
"paper": "^0.11.5",
"peity": "^3.3.0",
"scrollreveal": "^3.4.0",
"slick-carousel": "^1.8.1",
"timedropper": "^1.0.0",
"vivus": "^0.4.3",
"wallop": "^2.4.1",
"wickedpicker": "^0.4.3"
}
}