-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1012 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1012 Bytes
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
{
"name": "muncie-events-api",
"version": "1.0.0",
"description": "Muncie Events API",
"main": "",
"dependencies": {
"commander": "^3.0.2",
"dateformat": "^3.0.3",
"flatpickr": "^4.6.3",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-phpcs": "^3.1.0",
"gulp-phpunit": "^0.26.0",
"gulp-util": "^3.0.8",
"jquery": "^3.5.0",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.18.1",
"lodash.template": "^4.18.1",
"semver": "^6.3.0",
"through2": "^3.0.1",
"uglify-js": "^3.6.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.1"
},
"repository": {
"type": "",
"url": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ball State University Center for Business and Economic Research",
"license": "MIT",
"readme": ""
}