You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
707 B
28 lines
707 B
{
|
|
"name": "purescript-metrics",
|
|
"description": "A PureScript metrics library.",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-prelude": "^3.1.1",
|
|
"purescript-console": "^3.0.0",
|
|
"purescript-aff": "^3.1.0",
|
|
"purescript-maybe": "^3.0.0",
|
|
"purescript-foreign-generic": "^5.0.0",
|
|
"purescript-now": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^3.0.0"
|
|
},
|
|
"keywords": ["metrics", "purescript"],
|
|
"authors": ["Abhinav Sarkar <abhinav@abhinavsarkar.net>"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/abhin4v/purescript-metrics.git"
|
|
}
|
|
}
|
|
|