forked from Automattic/sensei
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 705 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 705 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": "woothemes-sensei",
"title": "Sensei",
"version": "1.9.0",
"homepage": "http://www.woothemes.com/products/sensei/",
"repository": {
"type": "git",
"url": "https://github.com/woothemes/sensei.git"
},
"license": "GPL-2.0+",
"main": "gulpfile.js",
"devDependencies": {
"del": "^2.1.0",
"fs-extra": "*",
"gulp": "^3.9.0",
"gulp-checktextdomain": "^1.0.2",
"gulp-chmod": "^1.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sort": "^1.1.1",
"gulp-uglify": "^1.5.1",
"gulp-wp-pot": "^1.1.1",
"orchestrator": "^0.3.7"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}