-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.36 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
{
"name": "auto-assign-exit-date",
"version": "1.0.0",
"description": "Automatically fills the Exit Date field in the form on the Special Programs Edit page",
"main": "",
"scripts": {
"test": "mocha-casperjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/auto-assign-exit-date.git"
},
"author": "IronCountySchoolDistrict",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/auto-assign-exit-date/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/auto-assign-exit-date#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"gulp": "^4.0.2",
"gulp4-ps-tasks": "^0.1.8",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"pkginfo": "^0.4.1",
"sass-loader": "^7.1.0",
"underscore": "^1.9.1",
"webpack": "^4.35.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/runtime": "^7.4.5"
}
}