-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 836 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 836 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
31
{
"name": "speech-shortcode",
"version": "1.0.0",
"description": "[](https://travis-ci.org/miya0001/speech-shortcode)",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miya0001/speech-shortcode.git"
},
"author": "",
"license": "GPL",
"bugs": {
"url": "https://github.com/miya0001/speech-shortcode/issues"
},
"homepage": "https://github.com/miya0001/speech-shortcode#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.0"
}
}