purescript-yaml/package.json
2018-09-08 20:46:12 +00:00

17 lines
309 B
JSON

{
"name": "purescript-yaml-next",
"license": "SEE LICENSE FILE",
"repository": "",
"private": true,
"contributors": [],
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"build": "pulp build"
},
"devDependencies": {},
"dependencies": {
"js-yaml": "^3.12.0"
}
}