-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
37
38
39
40
41
{
"name": "np",
"version": "1.0.0",
"main": "./server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devbot0716/OhMyFlowersSite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Devbot0716/OhMyFlowersSite/issues"
},
"homepage": "https://github.com/Devbot0716/OhMyFlowersSite#readme",
"dependencies": {
"auto-prefixer": "^0.4.2",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cachebust": "0.0.6",
"gulp-concat": "^2.6.1",
"gulp-print": "^2.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"massive": "^3.0.0-rc1",
"nodemon": "^1.11.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
},
"description": ""
}