forked from Short-Stacks/Koupler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "Koupler",
"version": "0.0.1",
"description": "Koupler",
"main": "app.js",
"repository": "",
"devDependencies": {
"angular-mocks": "^1.4.5",
"gulp": "^3.8.5",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.6.3",
"gulp-karma": "0.0.4",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"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",
"bcryptjs": "2.2.1",
"bluebird": "1.0.8",
"body-parser": "^1.5.2",
"express": "~4.0.0",
"express-jwt": "3.0.1",
"express-session": "^1.7.2",
"jsonwebtoken": "5.0.5",
"karma": "0.13.9",
"morgan": "^1.6.1",
"mysql": "2.9.0",
"nodemon": "^1.2.1",
"q": "^1.4.1",
"request": "^2.34.0"
},
"scripts": {
"test": "karma start --browsers PhantomJS"
}
}