forked from orfin/WellCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 857 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
{
"name": "wellcommerce-admin-theme",
"title": "WellCommerce Admin Theme",
"license": "MIT",
"homepage": "http://wellcommerce.org",
"description": "Default theme for WellCommerce",
"author": "adrian@wellcommerce.org",
"bugs": "https://github.com/WellCommerce/WellCommerce/issues",
"repository": {
"type": "git",
"url": "https://github.com/WellCommerce/WellCommerce.git"
},
"keywords": [
"gulp",
"admin",
"template",
"wellcommerce"
],
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-order": "^1.1.1",
"gulp-less": "^3.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-uglifycss": "^1.0.5",
"merge-stream": "^1.0.0",
"gulp-livereload": "^3.8.1"
}
}