-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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": "forms-engine-wizard",
"title": "FormsEngine Wizard",
"version": "0.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdascoli/forms-engine-wizard.git"
},
"author": "tdascoli",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdascoli/forms-engine-wizard/issues"
},
"homepage": "https://github.com/tdascoli/forms-engine-wizard#readme",
"devDependencies": {
"js-yaml": ">=3.13.1",
"kind-of": ">=6.0.3",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^5.0.4",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0"
},
"dependencies": {
"exceljs": "^1.14.0",
"forms-engine.js": "0.1.1"
}
}