purescript-unique/package.json

19 lines
369 B
JSON
Raw Normal View History

2015-08-09 12:56:26 +03:00
{
"name": "purescript-unique",
"version": "0.0.1",
"description": "Data.Unique for PureScript",
"dependencies": {
"gulp-run": "^1.6.7"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-purescript": "^0.3.1",
"vinyl-source-stream": "^1.0.0"
},
"scripts": {
"test": "gulp test",
"make": "gulp make",
"watch": "gulp watch"
}
}