forked from nolimits4web/swiper-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 800 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
{
"name": "swiper-website",
"version": "1.0.0",
"description": "Swiper Website",
"keywords": [],
"author": "Vladimir Kharlampidi",
"license": "",
"homepage": "http://www.idangero.us/swiper/",
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/swiper-website.git"
},
"bugs": {
"url": "https://github.com/nolimits4web/swiper-website/issues"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-connect": "~2.3.1",
"gulp-jade": "~1.1.0",
"gulp-jshint": "~2.0.0",
"gulp-less": "~3.0.5",
"gulp-open": "~1.0.0",
"hoek": "^5.0.3",
"jade": "^1.11.0",
"jshint": "~2.8.0",
"jshint-stylish": "~2.1.0",
"natives": "^1.1.6"
},
"scripts": {
"test": "gulp test"
}
}