forked from dcalise/miso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cision-feedback",
"version": "1.0.0",
"description": "Cision Feedback Application",
"author": "dcalise",
"dependencies": {
"angucomplete-alt": "^3.0.0",
"angular": "^1.5.0-rc.2",
"angular-animate": "^1.5.0-rc.2",
"angular-md5": "^0.1.10",
"angular-moment": "^1.2.0",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.3.2",
"angular-validation-match": "^1.9.0",
"angularfire": "^2.3.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"cors": "^2.8.1",
"express": "^4.15.0",
"firebase": "^3.7.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jsonwebtoken": "^7.3.0",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"method-override": "^2.3.7",
"mongoose": "^4.4.12",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.1.1",
"ngstorage": "^0.3.11",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"body-parser": "^1.17.0",
"firebase-admin": "^5.1.0",
"gulp-sass": "^3.1.0",
"json2csv": "^3.11.5",
"nodemon": "^1.11.0"
},
"main": "server/index.js",
"scripts": {
"start": "node server/index.js"
}
}