-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.57 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
{
"name": "musicem-app",
"version": "1.0.0-alpha",
"engines": {
"node": "6.2.0",
"npm": "3.8.9"
},
"description": "music'em music curating app",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"monitor": "nodemon src/server.js",
"test": "mocha --reporter nyan",
"sass": "sass --watch client/stylesheets",
"deploy": "gcloud app deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptlergo/musicem-app.git"
},
"author": "Patrick Funom Tunga-Lergo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ptlergo/musicem-app/issues"
},
"homepage": "https://github.com/ptlergo/musicem-app#readme",
"devDependencies": {
"angular-mocks": "^1.5.9",
"browser-sync": "^2.18.2",
"chai": "3.5.0",
"eslint": "3.10.2",
"eslint-config-airbnb": "13.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.4.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.7.1",
"gulp": "^3.9.1",
"gulp-ngdocs": "^0.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"stylelint": "^7.6.0",
"supertest": "2.0.1"
},
"dependencies": {
"body-parser": "1.15.2",
"bower": "1.8.0",
"cors": "^2.8.1",
"dotenv": "2.0.0",
"ejs": "^2.5.6",
"express": "4.14.0",
"firebase": "^3.7.0",
"firebase-admin": "^4.1.1",
"firebaseui": "^1.0.0",
"gcloud": "^0.37.0",
"mocha": "3.1.2",
"nodemon": "^1.11.0",
"x-ray": "^2.3.2"
}
}