diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-30 14:44:13 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-30 14:44:13 -0400 |
| commit | c59f45bf14e7915feca4e0303e204e33ef83998e (patch) | |
| tree | 584774329ea9b7f5480ffb0b37ef24bd3a42614b /www/lib/angular-wizard/package.json | |
| parent | 64efb670cd148b017c863da0880bd624c29ccef5 (diff) | |
#234 - initial code - template
Former-commit-id: 57b199dac407d8a19ca13df5f54ca829d40bb7e6
Diffstat (limited to 'www/lib/angular-wizard/package.json')
| -rw-r--r-- | www/lib/angular-wizard/package.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/www/lib/angular-wizard/package.json b/www/lib/angular-wizard/package.json new file mode 100644 index 00000000..5548d085 --- /dev/null +++ b/www/lib/angular-wizard/package.json @@ -0,0 +1,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" +}
\ No newline at end of file |
