forked from anchorcms/anchor-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 993 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
{
"name": "anchor-cms",
"version": "1.12.0",
"description": "Anchor is a super-simple, lightweight blog system, made to let you just write. [Check out the site](http://anchorcms.com/).",
"main": "gulpfile.js",
"scripts": {
"test": "jest",
"test:debug": "env DEBUG=\"puppeteer:error,-puppeteer:protocol\" jest",
"build": "gulp build",
"dev": "gulp build && gulp browsersync"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anchorcms/anchor-cms.git"
},
"author": "Moritz Friedrich",
"license": "ISC",
"bugs": {
"url": "https://github.com/anchorcms/anchor-cms/issues"
},
"homepage": "https://github.com/anchorcms/anchor-cms#readme",
"devDependencies": {
"autoprefixer": "^9.8.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-clean-css": "^4.3.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"normalize.css": "^8.0.0"
}
}