-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
63
64
{
"name": "app-client",
"version": "1.0.0",
"description": "",
"main": "\"\"",
"dependencies": {
"body-parser": "^1.14.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"method-override": "^2.3.5",
"mongoose": "^4.3.4",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3"
},
"devDependencies": {
"autoprefixer": "^6.1.2",
"body-parser": "^1.14.2",
"chai": "^3.5.0",
"colors": "^1.1.2",
"cookie-parser": "^1.4.0",
"errorhandler": "^1.4.2",
"eslint": "^1.10.3",
"eslint-plugin-angular": "^0.15.0",
"glob": "^6.0.4",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-stylus": "^0.22.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-karma": "^0.12.1",
"grunt-mocha-test": "^0.12.7",
"grunt-ng-annotate": "^1.0.1",
"grunt-postcss": "^0.7.1",
"grunt-usemin": "^3.1.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.4.5",
"nodemon": "^1.8.1",
"phantomjs-prebuilt": "^2.1.3",
"sinon": "^1.17.3",
"supertest": "^1.1.0",
"time-grunt": "^1.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard <[email protected]>",
"license": "UNLICENSED"
}