mirror of https://github.com/k3s-io/k3s
36 lines
659 B
JSON
36 lines
659 B
JSON
{
|
|
"name": "angular-css",
|
|
"main": "./angular-css.js",
|
|
"version": "1.0.7",
|
|
"homepage": "http://door3.github.io/angular-css",
|
|
"authors": [
|
|
"Alex Castillo <alex@castillo.io>"
|
|
],
|
|
"description": "CSS on-demand for AngularJS",
|
|
"keywords": [
|
|
"angularjs",
|
|
"ng-route",
|
|
"ui-router",
|
|
"css"
|
|
],
|
|
"dependencies": {
|
|
"angular": ">= 1.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/door3/angular-css"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"component.json",
|
|
"package.json",
|
|
"lib",
|
|
"config",
|
|
"demo",
|
|
"test",
|
|
"tests"
|
|
]
|
|
} |