-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "shortly-angular",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "karma start karma.conf.js",
"start": "gulp"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^1.5.7",
"clone-stats": "0.0.1",
"expect.js": "^0.3.1",
"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",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.4",
"karma-nested-reporter": "^0.1.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^1.20.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"express": "^4.4.5",
"jwt-simple": "^0.2.0",
"mongoose": "^3.8.12",
"morgan": "^1.1.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"q": "^1.0.1",
"request": "^2.36.0"
}
}