forked from staticjs/silentor
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "silentor",
"version": "1.7.0",
"description": "Markdown base, convention over configuration and minimalism blog",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.8.7",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"serve": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jayin/silentor.git"
},
"author": "Jayin Ton",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jayin/silentor/issues"
},
"homepage": "https://github.com/Jayin/silentor"
}