-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "simplemde-theme-dark",
"version": "0.0.0",
"description": "The dark theme for SimpleMDE.",
"main": "src/simplemde-theme-dark.scss",
"scripts": {
"start": "gulp",
"build": "gulp build_copy",
"lint": "stylelint src/**/*.scss --syntax scss && echo 'stylelint passed!\\n'",
"test": "npm run lint",
"preversion": "npm test",
"version": "npm run build && git add -A dist docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcatliu/simplemde-theme-dark.git"
},
"author": "xcatliu <xcatliu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcatliu/simplemde-theme-dark/issues"
},
"homepage": "https://github.com/xcatliu/simplemde-theme-dark#readme",
"dependencies": {
"codemirror": "^5.22.0"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-insert": "^0.5.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"stylelint": "^7.7.1",
"stylelint-config-standard": "^15.0.1"
}
}