purescript-yaml/package.json

17 lines
363 B
JSON
Raw Normal View History

2015-12-20 14:35:04 +00:00
{
2017-05-22 15:25:09 +00:00
"name": "purescript-yaml-next",
"license": "SEE LICENSE FILE",
"repository": "https://github.com/archaeron/purescript-yaml",
2015-12-20 14:35:04 +00:00
"private": true,
"contributors": [],
2015-12-20 14:35:04 +00:00
"main": "main.js",
"scripts": {
"test": "spago -x test.dhall test",
"postinstall": "spago build"
2015-12-20 14:35:04 +00:00
},
"devDependencies": {},
2015-12-20 14:35:04 +00:00
"dependencies": {
"js-yaml": "^4.0.0"
2015-12-20 14:35:04 +00:00
}
}