forked from anchorcms/anchor-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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": {
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"chalk": "^2.3.1",
"faker": "^4.1.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jest": "^22.4.0",
"jest-environment-node": "^22.4.0",
"mkdirp": "^0.5.1",
"normalize.css": "^8.0.0",
"puppeteer": "^1.1.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"gulp": "^3.9.1"
}
}