forked from atayahmet/jquery.easypin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 905 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
38
39
{
"name": "jquery.easypin",
"version": "1.0.8",
"description": "Simply pinning objects on pictures",
"author": {
"name": "Ahmet ATAY",
"email": "ahmet.atay@hotmail.com",
"url": "http://www.atayahmet.com"
},
"main": "dist/jquery.easypin.js",
"homepage": "http://atayahmet.github.io/jquery.easypin",
"repository": {
"type": "git",
"url": "https://github.com/atayahmet/jquery.easypin"
},
"bugs": {
"url": "https://github.com/atayahmet/jquery.easypin/issues"
},
"keywords": [
"pin",
"image pin",
"marker",
"tag"
],
"dependencies": {
"jquery": "^2.2.0",
"jquery.easing": "^1.3.2"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1",
"gulp-uglifyjs": "^0.6.2",
"laravel-elixir": "*"
},
"license": "MIT"
}