-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "markdown-arabic",
"version": "1.0.0",
"description": "Write Markdown in Arabic.",
"main": "index.js",
"dependencies": {
"bootstrap": "^3.3.7",
"express": "^4.15.2",
"markdown": "^0.5.0"
},
"devDependencies": {
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^2.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ahmadajmi/markdown-arabic.git"
},
"author": "Ahmad Ajmi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmadajmi/markdown-arabic/issues"
},
"homepage": "https://github.com/ahmadajmi/markdown-arabic"
}