-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "ascribe",
"version": "0.0.1",
"description": "The best WordPress theme ever made!",
"homepage": "http://ascribe.io",
"license": "GPL-2.0-or-later",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"author": {
"name": "Territorial",
"email": "us@territorial.ca",
"url": "http://territorial.ca"
},
"dependencies": {
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"toc": "jgallen23/toc"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"chalk": ">=1.0.0",
"gulp": ">=3.8.0",
"gulp-autoprefixer": ">=2.3.0",
"gulp-concat": ">=2.5.2",
"gulp-cssmin": ">=0.1.7",
"gulp-header": ">=1.2.2",
"gulp-if": ">=1.2.5",
"gulp-include": "^2.1.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": ">=0.10.0",
"gulp-rename": ">=1.2.2",
"gulp-uglify": ">=1.2.0",
"gulp-util": ">=3.0.6",
"qunitjs": "~1.18.0"
},
"engines": {
"node": ">=0.10.29"
},
"repository": {
"type": "git",
"url": "https://github.com/ascribe/wp-theme.git"
}
}