Files
buuh/examples/http/package.json
T
2016-05-12 15:42:44 +07:00

20 lines
351 B
JSON

{
"name": "http",
"version": "1.0.0",
"private": "true",
"main": "client.js",
"scripts": {
"start": "NODE_ENV=development node server.js"
},
"browserify": {
"transform": [
"sheetify/transform"
]
},
"author": "Yoshua Wuyts <i@yoshuawuyts.com>",
"license": "ISC",
"dependencies": {
"css-wipe": "^4.2.1"
}
}