forked from angular-wizard/angular-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
51
{
"name": "angular-wizard",
"description": "Easy to use Wizard library for AngularJS",
"version": "0.4.0",
"filename": "angular-wizard.min.js",
"main": "./dist/angular-wizard.min.js",
"homepage": "https://github.com/mgonto/angular-wizard",
"author": "Martin Gontovnikas <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/angular-wizard.git"
},
"engines": {
"node": ">= 0.9"
},
"keywords": [
"angular",
"client",
"browser",
"wizard",
"form",
"steps"
],
"maintainers": [
{
"name": "Martin Gontovnikas",
"website": "http://gon.to/"
}
],
"dependencies": {},
"devDependencies": {
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-zip": "*",
"grunt": "~0.4.1",
"grunt-recess": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-karma": "~0.8",
"grunt-ngmin": "0.0.2",
"grunt-html2js": "~0.1.3",
"grunt-conventional-changelog": "~0.1.1",
"grunt-bump": "0.0.6"
},
"scripts": {
"test": "grunt travis --verbose"
},
"license": "MIT"
}