Files
buuh/examples/mailbox/package.json
T
Brad Simantel dbe41b9793 Add pathname-match dependency to mailbox example
The pathname-match module is being required in the pathname element, but wasn't actually included as a dependency.
2016-07-15 09:22:25 -04:00

25 lines
536 B
JSON

{
"name": "http",
"version": "1.0.0",
"private": "true",
"main": "client.js",
"scripts": {
"start": "NODE_ENV=development node server.js"
},
"author": "Yoshua Wuyts <i@yoshuawuyts.com>",
"license": "ISC",
"dependencies": {
"css-wipe": "^4.2.1",
"dateformat": "^1.0.12",
"pathname-match": "^1.1.3",
"tachyons": "^4.0.0-beta.33"
},
"devDependencies": {
"bankai": "^2.0.5",
"browserify": "^13.0.1",
"insert-css": "^0.2.0",
"server-router": "^2.1.0",
"sheetify": "^5.0.3"
}
}