forked from ruyadorno/simple-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 805 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
{
"name": "simple-slider",
"version": "0.6.3",
"description": "A simple javascript carousel with zero dependencies",
"homepage": "http://ruyadorno.github.io/SimpleSlider/",
"main": "dist/simpleslider.js",
"files": [
"dist/simpleslider.js",
"dist/simpleslider.min.js"
],
"repository": "ruyadorno/SimpleSlider",
"scripts": {
"test": "grunt jasmine:dev"
},
"devDependencies": {
"grunt": "^1.x.x",
"grunt-contrib-concat": "~1.x.x",
"grunt-contrib-jasmine": "^1.x.x",
"grunt-contrib-uglify": "~1.x.x",
"grunt-menu": "^1.x.x",
"grunt-sg-release": "~0.2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/ruyadorno/SimpleSlider.git"
},
"author": "Ruy Adorno",
"engines": {
"node": ">=0.10.12"
},
"license": "MIT"
}