-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 899 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
{
"name": "scribe-plugin-image-prompt-command",
"version": "0.0.8",
"description": "scribe-plugin-image-prompt-command",
"main": "src/main.js",
"scripts": {
"test": "gulp browserify && node node_modules/testem/testem.js ci"
},
"repository": {
"type": "git",
"url": "https://github.com/bliker/scribe-plugin-image-command.git"
},
"author": "Samuel Vasko",
"license": "MIT",
"bugs": {
"url": "https://github.com/bliker/scribe-plugin-image-command/issues"
},
"homepage": "https://github.com/bliker/scribe-plugin-image-command",
"devDependencies": {
"browserify": "^4.1.7",
"gulp": "^3.7.0",
"gulp-clean": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.15",
"testem": "^0.6.16",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"extend": "^1.2.1"
}
}