-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 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
37
38
39
{
"name": "personal-project",
"version": "1.0.0",
"description": "",
"main": "./server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murffious/personal-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/murffious/personal-project/issues"
},
"homepage": "https://github.com/murffious/personal-project#readme",
"dependencies": {
"angular-animate": "^1.6.4",
"angular-ui-carousel": "^0.1.10",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"massive": "^3.0.0-rc1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"slick-carousel": "^1.6.0"
}
}