mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-25 04:35:51 +10:00
43 lines
1.1 KiB
JSON
Executable File
43 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "angular-ui-router",
|
|
"description": "State-based routing for AngularJS",
|
|
"version": "0.2.0",
|
|
"filename": "angular-ui-router.min.js",
|
|
"homepage": "http://angular-ui.github.com/",
|
|
"author": {
|
|
"name": "Karsten Sperling",
|
|
"url": "https://github.com/ksperling"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "AngularUI",
|
|
"url": "https://github.com/angular-ui?tab=members"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular-ui/ui-router.git"
|
|
},
|
|
"bugs": "https://github.com/angular-ui/ui-router/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/angular-ui/ui-router/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": { },
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-jshint": "~0.3.0",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-contrib-connect": "~0.2.0",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-karma": "~0.4.3",
|
|
"jsdoc": "git://github.com/jsdoc3/jsdoc.git#v3.1.0",
|
|
"shelljs": "~0.1.4",
|
|
"faithful-exec": "~0.1.0"
|
|
}
|
|
}
|