-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.53 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
61
62
{
"name": "MoonSongs",
"main": "server.js",
"version": "0.0.7",
"scripts": {
"start": "node server.js",
"test": "grunt test"
},
"config": {
"musicFolder": "music"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.0",
"boom": "^2.7.2",
"connect": "^3.3.4",
"cors": "^2.5.3",
"express": "^4.12.2",
"express-jwt": "^2.0.0",
"express-session": "^1.10.3",
"ffmetadata": "^1.3.0",
"id3-writer": "^1.2.1",
"id3js": "^1.1.3",
"imagemagick": "^0.1.3",
"jsonwebtoken": "^4.1.0",
"lodash": "^3.8.0",
"log4js": "^0.6.25",
"method-override": "^2.3.1",
"moment": "^2.9.0",
"mongoose": "^3.8.24",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"q": "^1.2.0",
"request": "^2.53.0",
"rimraf": "^2.3.4",
"serve-static": "^1.9.1",
"shelljs": "^0.3.0",
"walk": "^2.3.9"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.12.7",
"grunt-ng-annotate": "^0.10.0",
"grunt-nodemon": "^0.4.0",
"grunt-pleeease": "^1.3.2",
"grunt-sync": "^0.2.3",
"mocha": "^2.2.1",
"should": "^5.2.0",
"supertest": "^0.15.0"
}
}