-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "angular-steps",
"version": "1.1.0",
"description": "Split your UI into (wizard-like) steps in AngularJS.",
"main": "dist/angular-steps.js",
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-header": "^2.0.9",
"gulp-less": "^4.0.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"yargs": "^13.3.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/omichelsen/angular-steps.git"
},
"keywords": [
"steps",
"wizard",
"paging",
"tabs",
"angular"
],
"author": "Ole Michelsen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/omichelsen/angular-steps/issues"
},
"homepage": "https://github.com/omichelsen/angular-steps"
}