mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "angular-wizard",
|
|
"npmName": "angular-wizard",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"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 <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-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.5.0",
|
|
"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"
|
|
}
|