purescript-yaml/package.json

17 lines
309 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",
2015-12-20 14:35:04 +00:00
"repository": "",
"private": true,
"contributors": [],
2015-12-20 14:35:04 +00:00
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"build": "pulp build"
},
"devDependencies": {},
2015-12-20 14:35:04 +00:00
"dependencies": {
"js-yaml": "^3.12.0"
2015-12-20 14:35:04 +00:00
}
}