-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "elexir",
"version": "1.0.0",
"main": "server/app.js",
"description": "Project management tool",
"license": "MIT",
"dependencies": {
"angular": "1.6.8",
"angular-bootstrap-colorpicker": "3.0.32",
"angular-bootstrap-datetimepicker": "1.1.4",
"angular-resource": "1.6.8",
"angular-route": "1.6.8",
"angular-sanitize": "1.6.8",
"angular-touch": "1.6.8",
"body-parser": "1.18.2",
"bootstrap": "3.3.7",
"compression": "1.0.11",
"cookie-parser": "1.0.1",
"ejs": "2.5.7",
"errorhandler": "1.0.2",
"express": "4.16.2",
"font-awesome": "4.7.0",
"grunt": "0.4.5",
"grunt-asset-injector": "0.1.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-htmlmin": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.4.1",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-express-server": "0.4.19",
"grunt-ng-annotate": "0.2.3",
"grunt-open": "0.2.3",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.1.1",
"jit-grunt": "0.5.0",
"jquery": "3.3.1",
"jshint-stylish": "0.1.5",
"lodash": "2.4.2",
"method-override": "1.0.2",
"moment": "2.20.1",
"mongoose": "5.0.1",
"morgan": "1.0.1",
"node-mongo-seeds": "2.3.2",
"object-assign": "4.1.1",
"should": "3.3.2",
"time-grunt": "0.3.2"
},
"devDependencies": {
"connect-livereload": "~0.4.0"
},
"scripts": {
"start": "node server/app.js"
},
"private": true
}