23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "cauldron-frontend",
|
|
"homepage": "https://github.com/sharpshark28/cauldron-frontend",
|
|
"authors": [
|
|
"Paul V Moreau <pmoreau@clearblade.com>"
|
|
],
|
|
"description": "UI and UX for Users",
|
|
"main": "index.html",
|
|
"moduleType": [],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "~3.3.6",
|
|
"angular-route": "~1.4.8"
|
|
}
|
|
}
|