forked from troch/angular-multi-step-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "angular-multi-step-form",
"version": "1.2.9",
"description": "An Angular module for creating wizards and multi step forms",
"scripts": {
"clean": "del dist",
"build": "./node_modules/.bin/gulp build",
"clog": "conventional-changelog -p angular -i CHANGELOG.md -w",
"test": "karma start karma.config.js --single-run --browsers Firefox",
"lint": "eslint src/**/*.js"
},
"main": "dist/commonjs",
"devDependencies": {
"babel-eslint": "^4.1.6",
"conventional-changelog": "^0.5.1",
"coveralls": "^2.11.2",
"del": "^2.0.2",
"eslint": "^1.10.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.5.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"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",
"run-sequence": "^1.1.4"
},
"peerDependencies": {
"angular": ">=1.3.14"
},
"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"
}