forked from KeyteqLabs/mediaflow-craft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 757 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 757 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
{
"name": "mediaflow-craft",
"version": "0.0.6",
"description": "Mediaflow plugin for Craft",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/KeyteqLabs/mediaflow-craft.git"
},
"author": "Keyteq Labs <labs@keyteq.no>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KeyteqLabs/mediaflow-craft/issues"
},
"homepage": "https://github.com/KeyteqLabs/mediaflow-craft",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-ignore": "^1.1.0",
"gulp-jshint": "^1.6.1",
"gulp-rimraf": "^0.1.0",
"gulp-run": "^1.4.3",
"gulp-sass": "^0.7.1",
"gulp-shell": "^0.2.5",
"gulp-zip": "^0.3.4"
}
}