purescript-yaml/package.json
2015-12-20 15:35:04 +01:00

18 lines
301 B
JSON

{
"name": "purescript-yaml",
"license": "Apache 2.0",
"repository": "",
"private": true,
"contributors": [ ],
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"build": "pulp build"
},
"devDependencies": {
},
"dependencies": {
"js-yaml": "^3.4.6"
}
}