-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 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
32
33
{
"name": "ShortQuery.js",
"version": "1.1.0",
"description": "Just a bundle of short-hand of vanilla js.",
"main": "bin/shortQuery.js",
"scripts": {
"compile": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/S--Minecraft/ShortQuery.js.git"
},
"author": "S <S@mail.minecraft.jp.net>",
"authorName": "S <https://github.com/S--Minecraft>",
"license": "MIT",
"bugs": {
"url": "https://github.com/S--Minecraft/ShortQuery.js/issues"
},
"homepage": "https://github.com/S--Minecraft/ShortQuery.js",
"devDependencies": {
"coffeescript": "^2.3.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0",
"gulp-babel-minify": "^0.4.3"
}
}