summaryrefslogtreecommitdiff
path: root/www/lib/angular-wizard/package.json
blob: 5548d08509e7eb1643dac37f89f49461f7115ccd (plain)
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
52
53
54
55
56
57
58
{
  "name": "angular-wizard",
  "description": "Easy to use Wizard library for AngularJS",
  "version": "0.6.1",
  "filename": "angular-wizard.min.js",
  "main": "./dist/angular-wizard.min.js",
  "homepage": "https://github.com/mgonto/angular-wizard",
  "author": "Martin Gontovnikas <martin@gon.to>",
  "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": "~0.4.1",
    "grunt-bower": "*",
    "grunt-bower-task": "*",
    "grunt-bump": "0.0.6",
    "grunt-cli": "^0.1.x",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-less": "~1.0.0",
    "grunt-contrib-cssmin": "~0.12.2",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-conventional-changelog": "~0.1.1",
    "grunt-html2js": "~0.1.3",
    "grunt-karma": "~0.9.x",
    "grunt-ng-annotate": "^0.6.0",
    "grunt-zip": "*",
    "jasmine-core": "^2.1.3",
    "karma-chrome-launcher": "^0.1.7",
    "karma-firefox-launcher": "~0.1.x",
    "karma-jasmine": "~0.3.x",
    "karma-phantomjs-launcher": "~0.1.x"
  },
  "scripts": {
    "test": "grunt travis --verbose"
  },
  "license": "MIT"
}