Files
buuh/examples/mailbox/package.json
T

20 lines
351 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
},
"browserify": {
"transform": [
"sheetify/transform"
]
},
"author": "Yoshua Wuyts <i@yoshuawuyts.com>",
"license": "ISC",
2016-05-12 15:12:50 +07:00
"dependencies": {
"css-wipe": "^4.2.1"
2016-05-12 12:59:27 +07:00
}
}