forked from repl-rebels/Koupler
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.77 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.77 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Koupler",
"version": "0.0.1",
"description": "Koupler",
"main": "app.js",
"repository": "",
"devDependencies": {
"angular-mocks": "^1.4.5",
"gulp": "^3.8.5",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.4",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.2.7",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.0.4",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-unicorn-reporter": "^0.1.4"
},
"dependencies": {
"angular": "^1.4.5",
"angular-ui-router": "~0.2.15",
"async": "^1.4.2",
"bcryptjs": "2.2.1",
"bluebird": "1.0.8",
"body-parser": "^1.5.2",
"browser-sync": "^2.9.3",
"express": "^4.13.3",
"express-jwt": "3.0.1",
"express-session": "^1.7.2",
"formidable": "^1.0.17",
"gulp": "^3.8.5",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.4",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filesize": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jsonwebtoken": "5.0.5",
"karma": "0.13.9",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"mysql": "2.9.0",
"nodemon": "^1.2.1",
"q": "^1.4.1",
"request": "^2.34.0",
"socket.io": "^1.3.6"
},
"scripts": {
"test": "karma start"
}
}