-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "portfolio-analytics",
"version": "0.0.4",
"date": "2017-05-25",
"author": "Roman Rubsamen <roman.rubsamen@gmail.com>",
"contributors": [],
"description": "A JavaScript library to track and measure stock market portfolios performances.",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"quantitative finance",
"google sheets",
"portfolio"
],
"repository": {
"type": "git",
"url": "https://github.com/lequant40/portfolio_analytics_js.git"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.2",
"grunt-replace": "^1.0.1",
"grunt-strip-code": "^1.0.4"
},
"bugs": {
"url": "https://github.com/lequant40/portfolio_analytics_js/issues"
},
"main": "dist/portfolio_analytics.dist.min.js",
"scripts": {
"test": "grunt test"
}
}