-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "easy-web-forms",
"version": "1.0.0",
"description": "Create web forms with minimal code",
"keywords": [
"forms",
"mysql",
"php"
],
"author": "Scott Haefner",
"license": "CC0-1.0",
"main": "src/htdocs/js/index.js",
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"watch": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shaefner-usgs/easy-web-forms.git"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@lodder/grunt-postcss": "^3.0.0",
"autoprefixer": "^10.2.4",
"babelify": "^10.0.0",
"cssnano": "^5.0.12",
"eslint-summary": "^1.0.0",
"gateway": "^1.0.0",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-sass": "^3.1.0",
"ini": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.31",
"pretty-checkbox": "^3.0.3",
"sass": "^1.32.8"
}
}