-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.62 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.62 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "animelineup",
"version": "0.0.1",
"dependencies": {
"body-parser": "^1.10.1",
"connect-mongo": "^0.8.0",
"cookie-parser": "^1.3.3",
"ejs": "^2.3.1",
"errorhandler": "^1.3.2",
"express": "^4.10.6",
"express-session": "^1.9.3",
"lodash": "^3.7.0",
"method-override": "^2.3.1",
"mongoose": "^4.0.1",
"morgan": "^1.5.1",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "^1.0.2"
},
"devDependencies": {
"compass": "^0.1.0",
"connect-livereload": "^0.5.2",
"grunt": "^0.4.1",
"grunt-autoprefixer": "^3.0.0",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-express-server": "^0.5.1",
"grunt-filerev": "^2.2.0",
"grunt-google-cdn": "^0.4.3",
"grunt-jsdoc": "^0.6.8",
"grunt-karma": "^0.12.0",
"grunt-karma-coveralls": "^2.5.3",
"grunt-mocha-test": "^0.12.4",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-node-inspector": "^0.2.0",
"grunt-nodemon": "^0.4.0",
"grunt-open": "^0.2.0",
"grunt-rev": "^0.1.0",
"grunt-rsync": "^0.6.2",
"grunt-sass": "^1.0.0",
"grunt-svgmin": "^2.0.0",
"grunt-ts": "^4.0.1",
"grunt-tsd": "^0.1.0",
"grunt-tslint": "2.5.0",
"grunt-typescript": "^0.7.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "^2.1.3",
"jsdoc": "^3.3.0-alpha5",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.1",
"karma-script-launcher": "^0.1.0",
"load-grunt-tasks": "^3.1.0",
"node-sass": "^3.3.2",
"open": "0.0.5",
"passport-stub": "^1.0.1",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.10",
"should": "^7.1.0",
"supertest": "^1.1.0",
"time-grunt": "^1.0.0",
"tslint": "2.5.0-beta",
"typescript": "^1.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}