-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "sir-trevor-blocks",
"version": "1.9.1",
"description": "Collection of blocks used by Upplication apps for SirTrevor",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Upplication/sir-trevor-blocks.git"
},
"keywords": [
"sir",
"trevor",
"sirtrevor",
"html",
"widget",
"button"
],
"author": "Upplication",
"license": "MIT",
"bugs": {
"url": "https://github.com/Upplication/sir-trevor-blocks/issues"
},
"homepage": "https://github.com/Upplication/sir-trevor-blocks#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-git": "^2.7.0",
"gulp-tag-version": "^1.3.0",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.4",
"extract-text-webpack-plugin": "^1.0.1",
"glob": "^7.0.3",
"webpack": "^1.13.0",
"html-loader": "^0.4.3",
"style-loader": "^0.13.1",
"css-loader": "^0.23.1"
},
"dependencies": {
"bower": "^1.8.4"
}
}