github-projects/package.json

36 lines
651 B
JSON
Raw Normal View History

2017-05-08 20:46:26 +02:00
{
"name": "bigchaindb-github-projects",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "micro",
"test": "xo && ava"
},
"xo": {
"esnext": true,
"space": 4,
"semicolon": false,
"rules": {
"camelcase": 0
}
},
"dependencies": {
"chalk": "1.1.3",
"micro": "7.3.3",
"ms": "2.0.0",
2017-05-09 01:51:34 +02:00
"node-fetch": "1.6.3",
"request": "^2.81.0"
2017-05-08 20:46:26 +02:00
},
"devDependencies": {
"ava": "^0.19.1",
2017-06-07 16:15:50 +02:00
"now-travis": "^1.0.0",
2017-05-08 20:46:26 +02:00
"request-promise": "^4.2.1",
"test-listen": "^1.0.2",
"xo": "^0.18.2"
},
"alias": "bigchaindb-github.now.sh",
"env": {
"NODE_ENV": "production"
}
}