29 lines
571 B
JSON
29 lines
571 B
JSON
{
|
|
"name": "clash-royale-api",
|
|
"main": [
|
|
"/dist/clash-royale-api.min.js",
|
|
"/dist/clash-royale-api.min.css"
|
|
],
|
|
"version": "0.0.0",
|
|
"description": "Clash Royale API",
|
|
"authors": [
|
|
"martincarrera"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"package.json",
|
|
"gulpfile.js",
|
|
"node_modules",
|
|
"bower_components",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"angular": "latest",
|
|
"angular-formly": "^8.2.0",
|
|
"angular-formly-templates-bootstrap": "^6.3.2",
|
|
"bootstrap": "^3.3.6",
|
|
"angular-ui-router": "^0.2.18",
|
|
"ng-notify": "^0.8.0"
|
|
}
|
|
}
|