forked from troch/angular-multi-step-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.22 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.22 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
{
"name": "angular-multi-step-form",
"version": "1.2.0",
"description": "An Angular module for creating wizards and multi step forms",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/karma start karma.config.js --single-run --browsers Firefox"
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "git+https://github.com/gulpjs/gulp#4.0",
"gulp-concat": "^2.5.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-htmlhint": "^0.1.1",
"gulp-jshint": "^1.9.4",
"gulp-minify-html": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "~0.3.1",
"karma-coveralls": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "~0.3.0",
"karma-ng-html2js-preprocessor": "^0.1.2",
"conventional-changelog": "0.0.17"
},
"repository": {
"type": "git",
"url": "https://github.com/troch/angular-multi-step-form.git"
},
"author": "Thomas Roch",
"license": "ISC",
"bugs": {
"url": "https://github.com/troch/angular-multi-step-form/issues"
},
"homepage": "https://github.com/troch/angular-multi-step-form"
}