1
0
mirror of https://github.com/bigchaindb/meetups.git synced 2024-11-22 09:46:57 +01:00
meetups/package.json

37 lines
647 B
JSON
Raw Normal View History

2017-05-29 14:20:58 +02:00
{
"name": "bigchaindb-meetups",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "micro",
"test": "xo && ava"
},
"xo": {
"esnext": true,
"space": 4,
"semicolon": false,
"rules": {
"camelcase": 0
}
},
"dependencies": {
"chalk": "2.3.0",
"micro": "9.1.0",
"ms": "2.1.1",
"node-fetch": "2.0.0-alpha.7"
2017-05-29 14:20:58 +02:00
},
"devDependencies": {
"ava": "^0.24.0",
2017-05-29 14:20:58 +02:00
"request": "^2.81.0",
"request-promise": "^4.2.1",
"test-listen": "^1.0.2",
"xo": "^0.18.2"
},
"now": {
"alias": "bigchaindb-meetups.now.sh",
"env": {
"NODE_ENV": "production"
}
2017-05-29 14:20:58 +02:00
}
}