-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 891 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
34
35
36
37
38
{
"name": "dalafarm",
"version": "1.0.0",
"description": "DalaFarm website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeU1911/dalafarm.git"
},
"keywords": [
"DalaFarm",
"veggie-powders"
],
"author": "Tom at DalaFarm",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeeU1911/dalafarm/issues"
},
"homepage": "https://github.com/LeeU1911/dalafarm#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^3.2.0",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11"
},
"dependencies": {
"clipboard": "^1.7.1"
}
}