-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
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
33
34
35
36
{
"name": "weather_or_not",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-css": "node-sass --output-style compressed -o public/css public/build/sass/app.scss",
"build-babel-js": "./node_modules/.bin/babel public/build/js -d public/js",
"watch-babel-js": "nodemon -e js -x \"npm run build-babel-js\"",
"watch-sass": "nodemon -e scss -x \"npm run build-css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/FadumaM/weather_or_not.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FadumaM/weather_or_not/issues"
},
"homepage": "https://github.com/FadumaM/weather_or_not#readme",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.14.0",
"method-override": "^2.3.6",
"mongoose": "^4.4.19",
"morgan": "^1.7.0",
"request-promise": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"node-sass": "^3.10.1",
"uglify-js": "^2.7.3"
}
}