-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "image-search",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/server.js",
"babel": "babel src -w -d dist",
"postinstall": "babel src -d dist",
"dev": "npm run babel & nodemon dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukawski/image-search.git"
},
"author": "Kacper Łukawski",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukawski/image-search/issues"
},
"homepage": "https://github.com/lukawski/image-search#readme",
"dependencies": {
"cheerio": "^0.22.0",
"express": "^4.14.1",
"mongoose": "^4.8.4",
"request": "^2.79.0",
"babel-cli": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-plugin-add-module-exports": "^0.2.1"
}
}