forked from joemccann/dillinger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.18 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
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
{
"name": "Dillinger",
"description": "Dillinger, the last Markdown editor you'll ever need, by your's truly, Joe McCann.",
"version": "3.0.2",
"author": {
"name": "Joe McCann",
"email": "[email protected]"
},
"contributors": [
{
"name": "Joe McCann",
"email": "[email protected]"
},
{
"name": "Martin Broder",
"email": "[email protected]"
}
],
"scripts": {
"start": "node app.js",
"predeploy": "gulp build --prod"
},
"keywords": [
"dillinger",
"markdown",
"editor",
"ide",
"text",
"html",
"express",
"api"
],
"repository": {
"type": "git",
"url": "git://github.com/joemccann/dillinger"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"angular": "^1.3.0",
"angular-bootstrap": "^0.11.0",
"brace": "^0.4.0",
"colors": ">=1.0.3",
"dbox": "0.6.3",
"ejs": ">=1.0.0",
"express": ">=3.0.0rc3 <4.0.0",
"googleapis": "0.2.12-alpha",
"highlight.js": "^8.3.0",
"jquery": "^2.1.1",
"keymaster": "^1.6.2",
"marked": "^0.3.2",
"rc": "0.3.0",
"request": "^2.44.0"
},
"devDependencies": {
"angular-mocks": "^1.3.0",
"browser-sync": "^1.6.0",
"critical": "^0.4.0",
"css-loader": "^0.9.0",
"exports-loader": "^0.6.2",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^1.0.1",
"gulp-combine-media-queries": "^0.2.0",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.5",
"gulp-notify": "^2.0.0",
"gulp-open": "^0.3.0",
"gulp-rev-mtime": "^0.0.4",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "1.1.0",
"gulp-size": "^1.1.0",
"gulp-uncss": "^0.5.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.3.1",
"ng-annotate-webpack-plugin": "^0.1.2",
"phantomjs": "~1.9.12",
"pretty-hrtime": "^0.2.2",
"raw-loader": "^0.5.1",
"run-sequence": "^1.0.1",
"style-loader": "^0.8.1",
"walkdir": ">=0.0.7",
"webpack": "^1.4.9",
"webpack-dev-server": "^1.6.5",
"yargs": "^1.3.2"
}
}