Files
buuh/examples/http/package.json
T
2016-05-12 13:49:29 +07:00

21 lines
365 B
JSON

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