add package.json and fix bower package name

This commit is contained in:
Max Shekhovtsov 2015-08-24 15:57:29 -07:00
Родитель d6eec764a0
Коммит e9e058ad5e
2 изменённых файлов: 20 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "ApplicationInsights-JS",
"name": "applicationinsights-js",
"version": "0.0.0",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
"authors": [

19
package.json Normal file
Просмотреть файл

@ -0,0 +1,19 @@
{
"name": "applicationinsights-js",
"version": "0.0.0",
"description": "[Application Insights](https://azure.microsoft.com/services/application-insights/) tells you about your app's performance and usage. By adding a few lines of code to your web pages, you get data about how many users you have, which pages are most popular, how fast pages load, whether they throw exceptions, and more. And you can add code to track more detailed user activity.",
"main": "dist/ai.0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/ApplicationInsights-JS.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/ApplicationInsights-JS/issues"
},
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme"
}