-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.13 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 3.13 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "WriteOn",
"version": "1.10.4",
"private": true,
"description": "On a mission to build the world's finest writing experience.",
"main": "res/main.js",
"engines": {
"node": "0.12.x"
},
"directories": {
"doc": "doc"
},
"dependencies": {
"angular-auth0": "^2.0.0",
"auth0-js": "^8.9.3",
"blob-stream": "~0.1.3",
"body-parser": "~1.12.4",
"compression": "*",
"ejs": "~1.0.0",
"express": "*",
"express-jwt": "~3.0.1",
"express-session": "~1.11.3",
"follow-redirects": "0.0.3",
"gzippo": "~0.2.0",
"morgan": "~1.5.0",
"newrelic": "^2.2.0",
"oauth": "~0.9.13",
"pdfkit": "~0.7.1",
"prerender-node": "~1.2.0",
"request": "*",
"serve-static": "*",
"ssh2": "^0.3.5",
"tumblr.js": "~0.0.5",
"xtend": "~4.0.0"
},
"devDependencies": {
"bower-requirejs": "^1.1.0",
"connect-modrewrite": "~0.7.9",
"event-stream": "^3.1.7",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.3",
"grunt-bump": "*",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^0.2.1",
"grunt-fontello": "~0.1.3",
"grunt-google-cdn": "^0.4.0",
"grunt-karma": "~0.9.0",
"grunt-newer": "^0.7.0",
"grunt-ng-annotate": "^0.4.0",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^2.1.1",
"grunt-wiredep": "^1.7.0",
"gulp": "^3.8.7",
"gulp-bump": "*",
"gulp-clean": "^0.3.1",
"gulp-connect": "~2.2.0",
"gulp-copy": "0.0.2",
"gulp-debug": "~1.0.1",
"gulp-grunt": "~0.5.2",
"gulp-inject": "git://github.com/benweet/gulp-inject.git#8bd702d143a578e3b44290d82612ab808ee17281",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "~3.8.0",
"gulp-replace": "^0.4.0",
"gulp-requirejs": "git://github.com/RobinThrift/gulp-requirejs.git",
"gulp-shell": "~0.2.10",
"gulp-uglify": "^1.0.0",
"gulp-util": "^3.0.1",
"jshint-stylish": "^0.2.0",
"karma": "~0.12.25",
"karma-jasmine": "~0.2.3",
"karma-phantomjs-launcher": "~0.1.4",
"knox": "^0.9.1",
"load-grunt-tasks": "^0.4.0",
"mime": "^1.2.11",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",
"passport-github": "~0.1.5",
"passport-google": "~0.3.0",
"passport-oauth": "~1.0.0",
"passport-tumblr": "~0.1.2",
"passport-twitter": "~1.0.2",
"passport-wordpress": "0.0.3",
"run-sequence": "^0.3.6",
"time-grunt": "^0.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/BeardandFedora/WriteOn.git"
},
"author": "Beard & Fedora",
"license": "Apache License",
"bugs": {
"url": "https://github.com/BeardandFedora/WriteOn/issues"
}
}