mirror of https://github.com/sgoudham/carbon.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "carbon-api",
|
|
"version": "0.0.0-semantically-released",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"start": "node server.js",
|
|
"deploy": "now"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"compression": "^1.7.3",
|
|
"cors": "^2.8.5",
|
|
"dom-to-image": "^2.6.0",
|
|
"express": "^4.16.4",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"morgan": "^1.9.1",
|
|
"morphmorph": "^0.1.2",
|
|
"now-logs": "^0.0.7",
|
|
"puppeteer": "^1.10.0",
|
|
"twit": "^2.2.9",
|
|
"unsplash-js": "^4.8.0"
|
|
}
|
|
}
|