-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 943 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
34
35
36
37
{
"name": "snp-component-swipegallery",
"version": "0.0.5",
"description": "Swipe gallery component view for generator-sp",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/snphq/snp-component-swipegallery.git"
},
"keywords": [
"generator-sp",
"component",
"backbone",
"swipegallery",
"swipe",
"gallery"
],
"author": "Aleksey Krylov <aleksey.krylov@saltpepper.ru>",
"contributors": [
"Maksim Koretskiy <mr.green.tv@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/snphq/snp-component-swipegallery/issues"
},
"homepage": "https://github.com/snphq/snp-component-swipegallery",
"devDependencies": {
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-header": "^1.2.2",
"gulp-util": "^3.0.4"
}
}