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,
|
2018-09-08 20:46:12 +00:00
|
|
|
"contributors": [],
|
2015-12-20 14:35:04 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "bower install",
|
|
|
|
"build": "pulp build"
|
|
|
|
},
|
2018-09-08 20:46:12 +00:00
|
|
|
"devDependencies": {},
|
2015-12-20 14:35:04 +00:00
|
|
|
"dependencies": {
|
2018-09-08 20:46:12 +00:00
|
|
|
"js-yaml": "^3.12.0"
|
2015-12-20 14:35:04 +00:00
|
|
|
}
|
|
|
|
}
|