Files
buuh/examples/mailbox/package.json
T

26 lines
562 B
JSON
Raw Normal View History

2016-05-12 12:59:27 +07:00
{
"name": "http",
"version": "1.0.0",
"private": "true",
"main": "client.js",
"scripts": {
2016-05-12 15:12:50 +07:00
"start": "NODE_ENV=development node server.js"
2016-05-12 12:59:27 +07:00
},
"author": "Yoshua Wuyts <i@yoshuawuyts.com>",
"license": "ISC",
2016-05-12 15:12:50 +07:00
"dependencies": {
2016-12-11 19:35:29 +01:00
"choo-log": "^1.4.1",
2016-05-12 19:33:52 +07:00
"css-wipe": "^4.2.1",
2016-06-22 17:38:55 -07:00
"dateformat": "^1.0.12",
"pathname-match": "^1.1.3",
2016-06-22 17:38:55 -07:00
"tachyons": "^4.0.0-beta.33"
2016-06-27 01:04:21 +02:00
},
"devDependencies": {
"bankai": "^2.0.5",
"browserify": "^13.0.1",
"insert-css": "^0.2.0",
"server-router": "^2.1.0",
"sheetify": "^5.0.3"
2016-05-12 12:59:27 +07:00
}
}