-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
{
"name": "app",
"private": true,
"author": "Mihai Ionut Vilcu <ionutvmi@gmail.com>",
"scripts": {
"start": "node server/server.js"
},
"dependencies": {
"body-parser": "^1.15.0",
"delete-empty": "^0.1.2",
"express": "^4.13.3",
"glob": "^5.0.15",
"lunr": "^0.6.0",
"markdown-it": "^5.0.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-toc": "^1.1.0",
"mkdirp": "^0.5.1",
"multer": "^1.1.0",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"amd-optimize": "0.6.1",
"gulp": "3.9.1",
"gulp-add-src": "0.2.0",
"gulp-concat": "2.6.0",
"gulp-develop-server": "^0.5.1",
"gulp-processhtml": "1.1.0",
"gulp-ruby-sass": "2.0.6",
"gulp-sourcemaps": "1.6.0",
"gulp-template-compile": "1.1.0"
}
}