-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
53
54
{
"name": "shopapp",
"version": "1.0.0",
"main": "server/app.js",
"dependencies": {
"express": "4.16.2",
"lodash": "4.17.4",
"morgan": "1.9.0",
"serve-favicon": "2.4.5"
},
"devDependencies": {
"chai": "4.1.2",
"chai-http": "3.0.0",
"connect-livereload": "0.6.0",
"cross-env": "5.1.3",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-autoprefixer": "3.0.4",
"grunt-build-control": "0.7.1",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-watch": "1.0.0",
"grunt-env": "0.4.4",
"grunt-express-server": "0.5.3",
"grunt-gitinfo": "0.1.8",
"grunt-injector": "1.1.0",
"grunt-ng-annotate": "3.0.0",
"grunt-rev": "0.1.0",
"grunt-shell": "2.1.0",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "3.0.1",
"jit-grunt": "0.10.0",
"jshint-stylish": "2.2.1",
"mocha": "4.1.0",
"time-grunt": "1.4.0",
"uglify-es": "3.3.4"
},
"engines": {
"node": "8.11.2"
},
"scripts": {
"start": "node server/app.js",
"test": "cross-env NODE_ENV=test mocha --exit server/**/*.spec.js"
},
"private": true
}